#86CB82

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

Shades of De York #86CB82

Tints of De York #86CB82

Color information

#86CB82 (or 0x86CB82) is unknown color: approx De York. HEX triplet: 86, CB and 82. RGB value is (134,203,130). Sum of RGB (Red+Green+Blue) = 134+203+130=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CB82 is #79347D. Grayscale: #AEAEAE. Windows color (decimal): -7943294 or 8571782. OLE color: 8571782.

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

Color convert

RGB134203130-
CMYK0.3400.360.20
HSL116.71º41.24%65.29%-
HSV(B)116.71º35.96%79.61%-
XYZ35.2249.3928.8-
YUV174.05103.1499.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.69%
GREEN value IS 203 (79.69% from 255) = 43.47%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=28.69%
G=43.47%
B=27.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342031300.3400.360.20116.7141.2465.29
Hex86CB822202414752941
Octal206313202420442416551101
Binary10000110110010111000001010001001001001010011101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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