#85C98A

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

Shades of De York #85C98A

Tints of De York #85C98A

Color information

#85C98A (or 0x85C98A) is unknown color: approx De York. HEX triplet: 85, C9 and 8A. RGB value is (133,201,138). Sum of RGB (Red+Green+Blue) = 133+201+138=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #85C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C98A is #7A3675. Grayscale: #ADADAD. Windows color (decimal): -8009334 or 9095557. OLE color: 9095557.

HSL color Cylindrical-coordinate representation of color #85C98A: hue angle of 124.41º 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 #85C98A is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB133201138-
CMYK0.3400.310.21
HSL124.41º38.64%65.49%-
HSV(B)124.41º33.83%78.82%-
XYZ35.1548.5931.57-
YUV173.49107.9799.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.18%
GREEN value IS 201 (78.91% from 255) = 42.58%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=28.18%
G=42.58%
B=29.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332011380.3400.310.21124.4138.6465.49
Hex85C98A2201F157c2741
Octal205311212420372517447101
Binary1000010111001001100010101000100111111010111111001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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