#8BAF39

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

Shades of Limerick #8BAF39

Tints of Limerick #8BAF39

Color information

#8BAF39 (or 0x8BAF39) is unknown color: approx Limerick. HEX triplet: 8B, AF and 39. RGB value is (139,175,57). Sum of RGB (Red+Green+Blue) = 139+175+57=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAF39 is #7450C6. Grayscale: #979797. Windows color (decimal): -7622855 or 3780491. OLE color: 3780491.

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

Color convert

RGB13917557-
CMYK0.2100.670.31
HSL78.31º50.86%45.49%-
HSV(B)78.31º67.43%68.63%-
XYZ26.7236.449.5-
YUV150.7875.07119.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.47%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 57 (22.66% from 255) = 15.36%
R=37.47%
G=47.17%
B=15.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139175570.2100.670.3178.3150.8645.49
Hex8BAF39150431F4e332d
Octal21325771250103371166355
Binary10001011101011111110011010101000011111111001110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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