#86B128

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

Shades of Limerick #86B128

Tints of Limerick #86B128

Color information

#86B128 (or 0x86B128) is unknown color: approx Limerick. HEX triplet: 86, B1 and 28. RGB value is (134,177,40). Sum of RGB (Red+Green+Blue) = 134+177+40=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #86B128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B128 is #794ED7. Grayscale: #959595. Windows color (decimal): -7950040 or 2666886. OLE color: 2666886.

HSL color Cylindrical-coordinate representation of color #86B128: hue angle of 78.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86B128 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB13417740-
CMYK0.2400.770.31
HSL78.83º63.13%42.55%-
HSV(B)78.83º77.4%69.41%-
XYZ25.9436.677.72-
YUV148.5266.75117.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 177 (69.53% from 255) = 50.43%
BLUE value IS 40 (16.02% from 255) = 11.40%
R=38.18%
G=50.43%
B=11.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134177400.2400.770.3178.8363.1342.55
Hex86B1281804D1F4f3f2b
Octal20626150300115371177753
Binary10000110101100011010001100001001101111111001111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86B128; }

 p { color: rgb(134,177,40); }

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

<style>
 a { background-color: #86B128; }

 a { background-color: rgb(134,177,40); }

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

<style>
 span { border-color: #86B128; }

 span { border-color: rgb(134,177,40); }

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