#86BF17

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

Shades of Lima #86BF17

Tints of Lima #86BF17

Color information

#86BF17 (or 0x86BF17) is unknown color: approx Lima. HEX triplet: 86, BF and 17. RGB value is (134,191,23). Sum of RGB (Red+Green+Blue) = 134+191+23=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BF17 is #7940E8. Grayscale: #9B9B9B. Windows color (decimal): -7946473 or 1556358. OLE color: 1556358.

HSL color Cylindrical-coordinate representation of color #86BF17: hue angle of 80.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86BF17 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB13419123-
CMYK0.3000.880.25
HSL80.36º78.5%41.96%-
HSV(B)80.36º87.96%74.9%-
XYZ28.6242.397.48-
YUV154.853.62113.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 191 (75% from 255) = 54.89%
BLUE value IS 23 (9.38% from 255) = 6.61%
R=38.51%
G=54.89%
B=6.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134191230.3000.880.2580.3678.541.96
Hex86BF171E05819504f2a
Octal206277273601303112011752
Binary10000110101111111011111110010110001100110100001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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