#86cb27

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

Shades of Yellow Green #86CB27

Tints of Yellow Green #86CB27

Color information

#86CB27 (or 0x86CB27) is unknown color: approx Yellow Green. HEX triplet: 86, CB and 27. RGB value is (134,203,39). Sum of RGB (Red+Green+Blue) = 134+203+39=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CB27 is #7934D8. Grayscale: #A4A4A4. Windows color (decimal): -7943385 or 2608006. OLE color: 2608006.

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

Color convert

RGB13420339-
CMYK0.3400.810.20
HSL85.24º67.77%47.45%-
HSV(B)85.24º80.79%79.61%-
XYZ31.5547.939.51-
YUV163.6757.64106.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 203 (79.69% from 255) = 53.99%
BLUE value IS 39 (15.62% from 255) = 10.37%
R=35.64%
G=53.99%
B=10.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134203390.3400.810.2085.2467.7747.45
Hex86CB27220511455442f
Octal206313474201212412510457
Binary1000011011001011100111100010010100011010010101011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86cb27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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