#86CB86

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

Shades of De York #86CB86

Tints of De York #86CB86

Color information

#86CB86 (or 0x86CB86) is unknown color: approx De York. HEX triplet: 86, CB and 86. RGB value is (134,203,134). Sum of RGB (Red+Green+Blue) = 134+203+134=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CB86 is #793479. Grayscale: #AEAEAE. Windows color (decimal): -7943290 or 8833926. OLE color: 8833926.

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

Color convert

RGB134203134-
CMYK0.3400.340.20
HSL120º39.88%66.08%-
HSV(B)120º33.99%79.61%-
XYZ35.4949.530.24-
YUV174.5105.1499.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.45%
GREEN value IS 203 (79.69% from 255) = 43.10%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=28.45%
G=43.10%
B=28.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342031340.3400.340.2012039.8866.08
Hex86CB862202214782842
Octal206313206420422417050102
Binary10000110110010111000011010001001000101010011110001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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