#91BA1E

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

Shades of Limerick #91BA1E

Tints of Limerick #91BA1E

Color information

#91BA1E (or 0x91BA1E) is unknown color: approx Limerick. HEX triplet: 91, BA and 1E. RGB value is (145,186,30). Sum of RGB (Red+Green+Blue) = 145+186+30=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BA1E is #6E45E1. Grayscale: #9C9C9C. Windows color (decimal): -7226850 or 2013841. OLE color: 2013841.

HSL color Cylindrical-coordinate representation of color #91BA1E: hue angle of 75.77º degrees, saturation: 0.72, 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 #91BA1E is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB14518630-
CMYK0.2200.840.27
HSL75.77º72.22%42.35%-
HSV(B)75.77º83.87%72.94%-
XYZ29.4741.237.63-
YUV155.9656.92120.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 186 (73.05% from 255) = 51.52%
BLUE value IS 30 (12.11% from 255) = 8.31%
R=40.17%
G=51.52%
B=8.31%

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
Decimal145186300.2200.840.2775.7772.2242.35
Hex91BA1E160541B4c482a
Octal221272362601243311411052
Binary10010001101110101111010110010101001101110011001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,186,30); }

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

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

 a { background-color: rgb(145,186,30); }

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

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

 span { border-color: rgb(145,186,30); }

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