#86B80F

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

Shades of Lima #86B80F

Tints of Lima #86B80F

Color information

#86B80F (or 0x86B80F) is unknown color: approx Lima. HEX triplet: 86, B8 and 0F. RGB value is (134,184,15). Sum of RGB (Red+Green+Blue) = 134+184+15=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 184 (72.27% from 255 or 55.26% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 184 - color contains mainly: green. Hex color #86B80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B80F is #7947F0. Grayscale: #969696. Windows color (decimal): -7948273 or 1030278. OLE color: 1030278.

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

Color convert

RGB13418415-
CMYK0.2700.920.28
HSL77.75º84.92%39.02%-
HSV(B)77.75º91.85%72.16%-
XYZ27.0639.386.63-
YUV149.7851.94116.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 184 (72.27% from 255) = 55.26%
BLUE value IS 15 (6.25% from 255) = 4.50%
R=40.24%
G=55.26%
B=4.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134184150.2700.920.2877.7584.9239.02
Hex86B8F1B05C1C4e5527
Octal206270173301343411612547
Binary1000011010111000111111011010111001110010011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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