#91B02D

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

Shades of Limerick #91B02D

Tints of Limerick #91B02D

Color information

#91B02D (or 0x91B02D) is unknown color: approx Limerick. HEX triplet: 91, B0 and 2D. RGB value is (145,176,45). Sum of RGB (Red+Green+Blue) = 145+176+45=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #91B02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91B02D is #6E4FD2. Grayscale: #989898. Windows color (decimal): -7229395 or 2994321. OLE color: 2994321.

HSL color Cylindrical-coordinate representation of color #91B02D: hue angle of 74.2º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #91B02D is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB14517645-
CMYK0.1800.740.31
HSL74.2º59.28%43.33%-
HSV(B)74.2º74.43%69.02%-
XYZ27.6837.268.22-
YUV151.867.73123.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 176 (69.14% from 255) = 48.09%
BLUE value IS 45 (17.97% from 255) = 12.30%
R=39.62%
G=48.09%
B=12.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145176450.1800.740.3174.259.2843.33
Hex91B02D1204A1F4a3b2b
Octal22126055220112371127353
Binary10010001101100001011011001001001010111111001010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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