#8BAF27

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

Shades of Limerick #8BAF27

Tints of Limerick #8BAF27

Color information

#8BAF27 (or 0x8BAF27) is unknown color: approx Limerick. HEX triplet: 8B, AF and 27. RGB value is (139,175,39). Sum of RGB (Red+Green+Blue) = 139+175+39=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAF27 is #7450D8. Grayscale: #959595. Windows color (decimal): -7622873 or 2600843. OLE color: 2600843.

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

Color convert

RGB13917539-
CMYK0.2100.780.31
HSL75.88º63.55%41.96%-
HSV(B)75.88º77.71%68.63%-
XYZ26.3436.37.54-
YUV148.7366.07121.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.38%
GREEN value IS 175 (68.75% from 255) = 49.58%
BLUE value IS 39 (15.62% from 255) = 11.05%
R=39.38%
G=49.58%
B=11.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139175390.2100.780.3175.8863.5541.96
Hex8BAF271504E1F4c402a
Octal213257472501163711410052
Binary100010111010111110011110101010011101111110011001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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