#91B442

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

Shades of Limerick #91B442

Tints of Limerick #91B442

Color information

#91B442 (or 0x91B442) is unknown color: approx Limerick. HEX triplet: 91, B4 and 42. RGB value is (145,180,66). Sum of RGB (Red+Green+Blue) = 145+180+66=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #91B442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B442 is #6E4BBD. Grayscale: #9C9C9C. Windows color (decimal): -7228350 or 4371601. OLE color: 4371601.

HSL color Cylindrical-coordinate representation of color #91B442: hue angle of 78.42º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91B442 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB14518066-
CMYK0.1900.630.29
HSL78.42º46.34%48.24%-
HSV(B)78.42º63.33%70.59%-
XYZ28.9839.0611.17-
YUV156.5476.9119.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.08%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 66 (26.17% from 255) = 16.88%
R=37.08%
G=46.04%
B=16.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal145180660.1900.630.2978.4246.3448.24
Hex91B4421303F1D4e2e30
Octal22126410223077351165660
Binary10010001101101001000010100110111111111011001110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,180,66); }

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

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

 a { background-color: rgb(145,180,66); }

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

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

 span { border-color: rgb(145,180,66); }

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