#86c11c

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

Shades of Lima #86C11C

Tints of Lima #86C11C

Color information

#86C11C (or 0x86C11C) is unknown color: approx Lima. HEX triplet: 86, C1 and 1C. RGB value is (134,193,28). Sum of RGB (Red+Green+Blue) = 134+193+28=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #86C11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C11C is #793EE3. Grayscale: #9D9D9D. Windows color (decimal): -7945956 or 1884550. OLE color: 1884550.

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

Color convert

RGB13419328-
CMYK0.3100.850.24
HSL81.45º74.66%43.33%-
HSV(B)81.45º85.49%75.69%-
XYZ29.1143.297.92-
YUV156.5555.45111.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 193 (75.78% from 255) = 54.37%
BLUE value IS 28 (11.33% from 255) = 7.89%
R=37.75%
G=54.37%
B=7.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134193280.3100.850.2481.4574.6643.33
Hex86C11C1F05518514b2b
Octal206301343701253012111353
Binary10000110110000011110011111010101011100010100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86c11c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,193,28); }

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

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

 a { background-color: rgb(134,193,28); }

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

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

 span { border-color: rgb(134,193,28); }

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