#8BAF21

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

Shades of Limerick #8BAF21

Tints of Limerick #8BAF21

Color information

#8BAF21 (or 0x8BAF21) is unknown color: approx Limerick. HEX triplet: 8B, AF and 21. RGB value is (139,175,33). Sum of RGB (Red+Green+Blue) = 139+175+33=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAF21 is #7450DE. Grayscale: #949494. Windows color (decimal): -7622879 or 2207627. OLE color: 2207627.

HSL color Cylindrical-coordinate representation of color #8BAF21: hue angle of 75.21º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8BAF21 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB13917533-
CMYK0.2100.810.31
HSL75.21º68.27%40.78%-
HSV(B)75.21º81.14%68.63%-
XYZ26.2536.267.05-
YUV148.0563.07121.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 33 (13.28% from 255) = 9.51%
R=40.06%
G=50.43%
B=9.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139175330.2100.810.3175.2168.2740.78
Hex8BAF21150511F4b4429
Octal213257412501213711310451
Binary100010111010111110000110101010100011111110010111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BAF21; }

 p { color: rgb(139,175,33); }

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

<style>
 a { background-color: #8BAF21; }

 a { background-color: rgb(139,175,33); }

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

<style>
 span { border-color: #8BAF21; }

 span { border-color: rgb(139,175,33); }

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