#91bf21

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

Shades of Limerick #91BF21

Tints of Limerick #91BF21

Color information

#91BF21 (or 0x91BF21) is unknown color: approx Limerick. HEX triplet: 91, BF and 21. RGB value is (145,191,33). Sum of RGB (Red+Green+Blue) = 145+191+33=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #91BF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BF21 is #6E40DE. Grayscale: #9F9F9F. Windows color (decimal): -7225567 or 2211729. OLE color: 2211729.

HSL color Cylindrical-coordinate representation of color #91BF21: hue angle of 77.47º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91BF21 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB14519133-
CMYK0.2400.830.25
HSL77.47º70.54%43.92%-
HSV(B)77.47º82.72%74.9%-
XYZ30.5843.398.2-
YUV159.2356.76117.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.30%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 33 (13.28% from 255) = 8.94%
R=39.30%
G=51.76%
B=8.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145191330.2400.830.2577.4770.5443.92
Hex91BF2118053194d472c
Octal221277413001233111510754
Binary100100011011111110000111000010100111100110011011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91bf21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,191,33); }

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

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

 a { background-color: rgb(145,191,33); }

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

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

 span { border-color: rgb(145,191,33); }

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