#85C986

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

Shades of De York #85C986

Tints of De York #85C986

Color information

#85C986 (or 0x85C986) is unknown color: approx De York. HEX triplet: 85, C9 and 86. RGB value is (133,201,134). Sum of RGB (Red+Green+Blue) = 133+201+134=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #85C986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C986 is #7A3679. Grayscale: #ADADAD. Windows color (decimal): -8009338 or 8833413. OLE color: 8833413.

HSL color Cylindrical-coordinate representation of color #85C986: hue angle of 120.88º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C986 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB133201134-
CMYK0.3400.330.21
HSL120.88º38.64%65.49%-
HSV(B)120.88º33.83%78.82%-
XYZ34.8648.4830.07-
YUV173.03105.9799.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.42%
GREEN value IS 201 (78.91% from 255) = 42.95%
BLUE value IS 134 (52.73% from 255) = 28.63%
R=28.42%
G=42.95%
B=28.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332011340.3400.330.21120.8838.6465.49
Hex85C9862202115792741
Octal205311206420412517147101
Binary10000101110010011000011010001001000011010111110011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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