#85C98B

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

Shades of De York #85C98B

Tints of De York #85C98B

Color information

#85C98B (or 0x85C98B) is unknown color: approx De York. HEX triplet: 85, C9 and 8B. RGB value is (133,201,139). Sum of RGB (Red+Green+Blue) = 133+201+139=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #85C98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C98B is #7A3674. Grayscale: #ADADAD. Windows color (decimal): -8009333 or 9161093. OLE color: 9161093.

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

Color convert

RGB133201139-
CMYK0.3400.310.21
HSL125.29º38.64%65.49%-
HSV(B)125.29º33.83%78.82%-
XYZ35.2248.6231.96-
YUV173.6108.4799.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 201 (78.91% from 255) = 42.49%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=28.12%
G=42.49%
B=29.39%

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
Decimal1332011390.3400.310.21125.2938.6465.49
Hex85C98B2201F157d2741
Octal205311213420372517547101
Binary1000010111001001100010111000100111111010111111011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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