#91A52D

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

Shades of Limerick #91A52D

Tints of Limerick #91A52D

Color information

#91A52D (or 0x91A52D) is unknown color: approx Limerick. HEX triplet: 91, A5 and 2D. RGB value is (145,165,45). Sum of RGB (Red+Green+Blue) = 145+165+45=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #91A52D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A52D is #6E5AD2. Grayscale: #919191. Windows color (decimal): -7232211 or 2991505. OLE color: 2991505.

HSL color Cylindrical-coordinate representation of color #91A52D: hue angle of 70º degrees, saturation: 0.57, 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 #91A52D is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB14516545-
CMYK0.1200.730.35
HSL70º57.14%41.18%-
HSV(B)70º72.73%64.71%-
XYZ25.6133.127.53-
YUV145.3471.37127.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 45 (17.97% from 255) = 12.68%
R=40.85%
G=46.48%
B=12.68%

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
Decimal145165450.1200.730.357057.1441.18
Hex91A52DC04923463929
Octal22124555140111431067151
Binary10010001101001011011011100010010011000111000110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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