#91B91D

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

Shades of Limerick #91B91D

Tints of Limerick #91B91D

Color information

#91B91D (or 0x91B91D) is unknown color: approx Limerick. HEX triplet: 91, B9 and 1D. RGB value is (145,185,29). Sum of RGB (Red+Green+Blue) = 145+185+29=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #91B91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B91D is #6E46E2. Grayscale: #9B9B9B. Windows color (decimal): -7227107 or 1948049. OLE color: 1948049.

HSL color Cylindrical-coordinate representation of color #91B91D: hue angle of 75.38º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91B91D is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB14518529-
CMYK0.2200.840.27
HSL75.38º72.9%41.96%-
HSV(B)75.38º84.32%72.55%-
XYZ29.2540.817.5-
YUV155.2656.75120.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.39%
GREEN value IS 185 (72.66% from 255) = 51.53%
BLUE value IS 29 (11.72% from 255) = 8.08%
R=40.39%
G=51.53%
B=8.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145185290.2200.840.2775.3872.941.96
Hex91B91D160541B4b492a
Octal221271352601243311311152
Binary10010001101110011110110110010101001101110010111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,185,29); }

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

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

 a { background-color: rgb(145,185,29); }

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

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

 span { border-color: rgb(145,185,29); }

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