#91ab2c

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

Shades of Limerick #91AB2C

Tints of Limerick #91AB2C

Color information

#91AB2C (or 0x91AB2C) is unknown color: approx Limerick. HEX triplet: 91, AB and 2C. RGB value is (145,171,44). Sum of RGB (Red+Green+Blue) = 145+171+44=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AB2C is #6E54D3. Grayscale: #959595. Windows color (decimal): -7230676 or 2927505. OLE color: 2927505.

HSL color Cylindrical-coordinate representation of color #91AB2C: hue angle of 72.28º degrees, saturation: 0.59, 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 #91AB2C is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB14517144-
CMYK0.1500.740.33
HSL72.28º59.07%42.16%-
HSV(B)72.28º74.27%67.06%-
XYZ26.6935.337.79-
YUV148.7568.89125.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 171 (67.19% from 255) = 47.5%
BLUE value IS 44 (17.58% from 255) = 12.22%
R=40.28%
G=47.5%
B=12.22%

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
Decimal145171440.1500.740.3372.2859.0742.16
Hex91AB2CF04A21483b2a
Octal22125354170112411107352
Binary10010001101010111011001111010010101000011001000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ab2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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