#91BB27

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

Shades of Limerick #91BB27

Tints of Limerick #91BB27

Color information

#91BB27 (or 0x91BB27) is unknown color: approx Limerick. HEX triplet: 91, BB and 27. RGB value is (145,187,39). Sum of RGB (Red+Green+Blue) = 145+187+39=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #91BB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BB27 is #6E44D8. Grayscale: #9E9E9E. Windows color (decimal): -7226585 or 2603921. OLE color: 2603921.

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

Color convert

RGB14518739-
CMYK0.2200.790.27
HSL77.03º65.49%44.31%-
HSV(B)77.03º79.14%73.33%-
XYZ29.8141.718.4-
YUV157.5761.09119.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 39 (15.62% from 255) = 10.51%
R=39.08%
G=50.40%
B=10.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145187390.2200.790.2777.0365.4944.31
Hex91BB271604F1B4d412c
Octal221273472601173311510154
Binary100100011011101110011110110010011111101110011011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,187,39); }

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

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

 a { background-color: rgb(145,187,39); }

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

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

 span { border-color: rgb(145,187,39); }

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