#91A740

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

Shades of Limerick #91A740

Tints of Limerick #91A740

Color information

#91A740 (or 0x91A740) is unknown color: approx Limerick. HEX triplet: 91, A7 and 40. RGB value is (145,167,64). Sum of RGB (Red+Green+Blue) = 145+167+64=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 167 - color contains mainly: green. Hex color #91A740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A740 is #6E58BF. Grayscale: #959595. Windows color (decimal): -7231680 or 4237201. OLE color: 4237201.

HSL color Cylindrical-coordinate representation of color #91A740: hue angle of 72.82º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91A740 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB14516764-
CMYK0.1300.620.35
HSL72.82º44.59%45.29%-
HSV(B)72.82º61.68%65.49%-
XYZ26.4234.0310.03-
YUV148.6880.21125.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 167 (65.62% from 255) = 44.41%
BLUE value IS 64 (25.39% from 255) = 17.02%
R=38.56%
G=44.41%
B=17.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal145167640.1300.620.3572.8244.5945.29
Hex91A740D03E23492d2d
Octal22124710015076431115555
Binary10010001101001111000000110101111101000111001001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,167,64); }

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

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

 a { background-color: rgb(145,167,64); }

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

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

 span { border-color: rgb(145,167,64); }

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