#85C686

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

Shades of De York #85C686

Tints of De York #85C686

Color information

#85C686 (or 0x85C686) is unknown color: approx De York. HEX triplet: 85, C6 and 86. RGB value is (133,198,134). Sum of RGB (Red+Green+Blue) = 133+198+134=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #85C686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C686 is #7A3979. Grayscale: #ABABAB. Windows color (decimal): -8010106 or 8832645. OLE color: 8832645.

HSL color Cylindrical-coordinate representation of color #85C686: hue angle of 120.92º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C686 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB133198134-
CMYK0.3300.320.22
HSL120.92º36.31%64.9%-
HSV(B)120.92º32.83%77.65%-
XYZ34.1747.129.84-
YUV171.27106.97100.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.60%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=28.60%
G=42.58%
B=28.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331981340.3300.320.22120.9236.3164.9
Hex85C6862102016792441
Octal205306206410402617144101
Binary10000101110001101000011010000101000001011011110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C686; }

 p { color: rgb(133,198,134); }

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

<style>
 a { background-color: #85C686; }

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

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

<style>
 span { border-color: #85C686; }

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

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