#86BB17

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

Shades of Lima #86BB17

Tints of Lima #86BB17

Color information

#86BB17 (or 0x86BB17) is unknown color: approx Lima. HEX triplet: 86, BB and 17. RGB value is (134,187,23). Sum of RGB (Red+Green+Blue) = 134+187+23=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BB17 is #7944E8. Grayscale: #999999. Windows color (decimal): -7947497 or 1555334. OLE color: 1555334.

HSL color Cylindrical-coordinate representation of color #86BB17: hue angle of 79.39º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86BB17 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB13418723-
CMYK0.2800.880.27
HSL79.39º78.1%41.18%-
HSV(B)79.39º87.7%73.33%-
XYZ27.7640.677.2-
YUV152.4654.94114.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 187 (73.44% from 255) = 54.36%
BLUE value IS 23 (9.38% from 255) = 6.69%
R=38.95%
G=54.36%
B=6.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134187230.2800.880.2779.3978.141.18
Hex86BB171C0581B4f4e29
Octal206273273401303311711651
Binary10000110101110111011111100010110001101110011111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BB17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,187,23); }

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

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

 a { background-color: rgb(134,187,23); }

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

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

 span { border-color: rgb(134,187,23); }

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