#91B417

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

Shades of Limerick #91B417

Tints of Limerick #91B417

Color information

#91B417 (or 0x91B417) is unknown color: approx Limerick. HEX triplet: 91, B4 and 17. RGB value is (145,180,23). Sum of RGB (Red+Green+Blue) = 145+180+23=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #91B417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91B417 is #6E4BE8. Grayscale: #989898. Windows color (decimal): -7228393 or 1553553. OLE color: 1553553.

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

Color convert

RGB14518023-
CMYK0.1900.870.29
HSL73.38º77.34%39.8%-
HSV(B)73.38º87.22%70.59%-
XYZ28.1538.726.8-
YUV151.6455.4123.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 180 (70.70% from 255) = 51.72%
BLUE value IS 23 (9.38% from 255) = 6.61%
R=41.67%
G=51.72%
B=6.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal145180230.1900.870.2973.3877.3439.8
Hex91B417130571D494d28
Octal221264272301273511111550
Binary10010001101101001011110011010101111110110010011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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