#91A52C

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

Shades of Limerick #91A52C

Tints of Limerick #91A52C

Color information

#91A52C (or 0x91A52C) is unknown color: approx Limerick. HEX triplet: 91, A5 and 2C. RGB value is (145,165,44). Sum of RGB (Red+Green+Blue) = 145+165+44=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #91A52C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A52C is #6E5AD3. Grayscale: #919191. Windows color (decimal): -7232212 or 2925969. OLE color: 2925969.

HSL color Cylindrical-coordinate representation of color #91A52C: hue angle of 69.92º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #91A52C is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB14516544-
CMYK0.1200.730.35
HSL69.92º57.89%40.98%-
HSV(B)69.92º73.33%64.71%-
XYZ25.5933.117.43-
YUV145.2370.87127.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.96%
GREEN value IS 165 (64.84% from 255) = 46.61%
BLUE value IS 44 (17.58% from 255) = 12.43%
R=40.96%
G=46.61%
B=12.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal145165440.1200.730.3569.9257.8940.98
Hex91A52CC04923463a29
Octal22124554140111431067251
Binary10010001101001011011001100010010011000111000110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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