#86CB18

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

Shades of Yellow Green #86CB18

Tints of Yellow Green #86CB18

Color information

#86CB18 (or 0x86CB18) is unknown color: approx Yellow Green. HEX triplet: 86, CB and 18. RGB value is (134,203,24). Sum of RGB (Red+Green+Blue) = 134+203+24=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CB18 is #7934E7. Grayscale: #A2A2A2. Windows color (decimal): -7943400 or 1624966. OLE color: 1624966.

HSL color Cylindrical-coordinate representation of color #86CB18: hue angle of 83.13º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86CB18 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB13420324-
CMYK0.3400.880.20
HSL83.13º78.85%44.51%-
HSV(B)83.13º88.18%79.61%-
XYZ31.3547.858.45-
YUV161.9650.14108.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 203 (79.69% from 255) = 56.23%
BLUE value IS 24 (9.77% from 255) = 6.65%
R=37.12%
G=56.23%
B=6.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134203240.3400.880.2083.1378.8544.51
Hex86CB182205814534f2d
Octal206313304201302412311755
Binary100001101100101111000100010010110001010010100111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CB18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,203,24); }

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

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

 a { background-color: rgb(134,203,24); }

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

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

 span { border-color: rgb(134,203,24); }

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