#86BB0F

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

Shades of Lima #86BB0F

Tints of Lima #86BB0F

Color information

#86BB0F (or 0x86BB0F) is unknown color: approx Lima. HEX triplet: 86, BB and 0F. RGB value is (134,187,15). Sum of RGB (Red+Green+Blue) = 134+187+15=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BB0F is #7944F0. Grayscale: #989898. Windows color (decimal): -7947505 or 1031046. OLE color: 1031046.

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

Color convert

RGB13418715-
CMYK0.2800.920.27
HSL78.49º85.15%39.61%-
HSV(B)78.49º91.98%73.33%-
XYZ27.6940.646.84-
YUV151.5450.94115.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 187 (73.44% from 255) = 55.65%
BLUE value IS 15 (6.25% from 255) = 4.46%
R=39.88%
G=55.65%
B=4.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134187150.2800.920.2778.4985.1539.61
Hex86BBF1C05C1B4e5528
Octal206273173401343311612550
Binary1000011010111011111111100010111001101110011101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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