#91A52A

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

Shades of Limerick #91A52A

Tints of Limerick #91A52A

Color information

#91A52A (or 0x91A52A) is unknown color: approx Limerick. HEX triplet: 91, A5 and 2A. RGB value is (145,165,42). Sum of RGB (Red+Green+Blue) = 145+165+42=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #91A52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A52A is #6E5AD5. Grayscale: #919191. Windows color (decimal): -7232214 or 2794897. OLE color: 2794897.

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

Color convert

RGB14516542-
CMYK0.1200.750.35
HSL69.76º59.42%40.59%-
HSV(B)69.76º74.55%64.71%-
XYZ25.5533.17.23-
YUV14569.87128-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.19%
GREEN value IS 165 (64.84% from 255) = 46.88%
BLUE value IS 42 (16.80% from 255) = 11.93%
R=41.19%
G=46.88%
B=11.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal145165420.1200.750.3569.7659.4240.59
Hex91A52AC04B23463b29
Octal22124552140113431067351
Binary10010001101001011010101100010010111000111000110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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