#86CB76

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

Shades of De York #86CB76

Tints of De York #86CB76

Color information

#86CB76 (or 0x86CB76) is unknown color: approx De York. HEX triplet: 86, CB and 76. RGB value is (134,203,118). Sum of RGB (Red+Green+Blue) = 134+203+118=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB76 is #793489. Grayscale: #ACACAC. Windows color (decimal): -7943306 or 7785350. OLE color: 7785350.

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

Color convert

RGB134203118-
CMYK0.3400.420.20
HSL108.71º44.97%62.94%-
HSV(B)108.71º41.87%79.61%-
XYZ34.4649.0924.8-
YUV172.6897.14100.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 203 (79.69% from 255) = 44.62%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=29.45%
G=44.62%
B=25.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342031180.3400.420.20108.7144.9762.94
Hex86CB762202A146d2d3f
Octal20631316642052241555577
Binary100001101100101111101101000100101010101001101101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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