#8BAF15

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

Shades of Limerick #8BAF15

Tints of Limerick #8BAF15

Color information

#8BAF15 (or 0x8BAF15) is unknown color: approx Limerick. HEX triplet: 8B, AF and 15. RGB value is (139,175,21). Sum of RGB (Red+Green+Blue) = 139+175+21=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAF15 is #7450EA. Grayscale: #939393. Windows color (decimal): -7622891 or 1421195. OLE color: 1421195.

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

Color convert

RGB13917521-
CMYK0.2100.880.31
HSL74.03º78.57%38.43%-
HSV(B)74.03º88%68.63%-
XYZ26.1136.26.32-
YUV146.6857.07122.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 21 (8.59% from 255) = 6.27%
R=41.49%
G=52.24%
B=6.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139175210.2100.880.3174.0378.5738.43
Hex8BAF15150581F4a4f26
Octal213257252501303711211746
Binary10001011101011111010110101010110001111110010101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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