#91ab2d

Color #91AB2D Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #91AB2D

Tints of Limerick #91AB2D

Color information

#91AB2D (or 0x91AB2D) is unknown color: approx Limerick. HEX triplet: 91, AB and 2D. RGB value is (145,171,45). Sum of RGB (Red+Green+Blue) = 145+171+45=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AB2D is #6E54D2. Grayscale: #959595. Windows color (decimal): -7230675 or 2993041. OLE color: 2993041.

HSL color Cylindrical-coordinate representation of color #91AB2D: hue angle of 72.38º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #91AB2D is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB14517145-
CMYK0.1500.740.33
HSL72.38º58.33%42.35%-
HSV(B)72.38º73.68%67.06%-
XYZ26.7135.347.9-
YUV148.8669.39125.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 171 (67.19% from 255) = 47.37%
BLUE value IS 45 (17.97% from 255) = 12.47%
R=40.17%
G=47.37%
B=12.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145171450.1500.740.3372.3858.3342.35
Hex91AB2DF04A21483a2a
Octal22125355170112411107252
Binary10010001101010111011011111010010101000011001000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ab2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91ab2d; }

 p { color: rgb(145,171,45); }

 H1.HeaderClassName
 {
   color: #91ab2d;
 }
 .AnyTagClassName
 {
   color: #91ab2d;
 }
</style>
background-color css

<style>
 a { background-color: #91ab2d; }

 a { background-color: rgb(145,171,45); }

 div.DivClassName
 {
   background-color: #91ab2d;
 }
 .BgClassName
 {
   background-color: #91ab2d;
 }
</style>
border-color css

<style>
 span { border-color: #91ab2d; }

 span { border-color: rgb(145,171,45); }

 td.TdClassName
 {
   border-color: #91ab2d;
 }
 .TagClassName
 {
   border-color: #91ab2d;
 }
</style>