#91b820

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

Shades of Limerick #91B820

Tints of Limerick #91B820

Color information

#91B820 (or 0x91B820) is unknown color: approx Limerick. HEX triplet: 91, B8 and 20. RGB value is (145,184,32). Sum of RGB (Red+Green+Blue) = 145+184+32=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #91B820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B820 is #6E47DF. Grayscale: #9B9B9B. Windows color (decimal): -7227360 or 2144401. OLE color: 2144401.

HSL color Cylindrical-coordinate representation of color #91B820: hue angle of 75.39º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91B820 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB14518432-
CMYK0.2100.830.28
HSL75.39º70.37%42.35%-
HSV(B)75.39º82.61%72.16%-
XYZ29.0840.417.63-
YUV155.0158.58120.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 184 (72.27% from 255) = 50.97%
BLUE value IS 32 (12.89% from 255) = 8.86%
R=40.17%
G=50.97%
B=8.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal145184320.2100.830.2875.3970.3742.35
Hex91B820150531C4b462a
Octal221270402501233411310652
Binary100100011011100010000010101010100111110010010111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91b820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,184,32); }

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

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

 a { background-color: rgb(145,184,32); }

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

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

 span { border-color: rgb(145,184,32); }

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