#91B53C

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

Shades of Limerick #91B53C

Tints of Limerick #91B53C

Color information

#91B53C (or 0x91B53C) is unknown color: approx Limerick. HEX triplet: 91, B5 and 3C. RGB value is (145,181,60). Sum of RGB (Red+Green+Blue) = 145+181+60=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #91B53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91B53C is #6E4AC3. Grayscale: #9C9C9C. Windows color (decimal): -7228100 or 3978641. OLE color: 3978641.

HSL color Cylindrical-coordinate representation of color #91B53C: hue angle of 77.85º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #91B53C is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB14518160-
CMYK0.2000.670.29
HSL77.85º50.21%47.25%-
HSV(B)77.85º66.85%70.98%-
XYZ29.0239.3910.35-
YUV156.4473.57119.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 181 (71.09% from 255) = 46.89%
BLUE value IS 60 (23.83% from 255) = 15.54%
R=37.56%
G=46.89%
B=15.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal145181600.2000.670.2977.8550.2147.25
Hex91B53C140431D4e322f
Octal22126574240103351166257
Binary10010001101101011111001010001000011111011001110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,181,60); }

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

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

 a { background-color: rgb(145,181,60); }

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

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

 span { border-color: rgb(145,181,60); }

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