#85C97A

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

Shades of De York #85C97A

Tints of De York #85C97A

Color information

#85C97A (or 0x85C97A) is unknown color: approx De York. HEX triplet: 85, C9 and 7A. RGB value is (133,201,122). Sum of RGB (Red+Green+Blue) = 133+201+122=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #85C97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C97A is #7A3685. Grayscale: #ABABAB. Windows color (decimal): -8009350 or 8046981. OLE color: 8046981.

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

Color convert

RGB133201122-
CMYK0.3400.390.21
HSL111.65º42.25%63.33%-
HSV(B)111.65º39.3%78.82%-
XYZ34.0748.1625.91-
YUV171.6699.97100.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.17%
GREEN value IS 201 (78.91% from 255) = 44.08%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=29.17%
G=44.08%
B=26.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332011220.3400.390.21111.6542.2563.33
Hex85C97A2202715702a3f
Octal20531117242047251605277
Binary100001011100100111110101000100100111101011110000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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