#85C889

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

Shades of De York #85C889

Tints of De York #85C889

Color information

#85C889 (or 0x85C889) is unknown color: approx De York. HEX triplet: 85, C8 and 89. RGB value is (133,200,137). Sum of RGB (Red+Green+Blue) = 133+200+137=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #85C889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C889 is #7A3776. Grayscale: #ACACAC. Windows color (decimal): -8009591 or 9029765. OLE color: 9029765.

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

Color convert

RGB133200137-
CMYK0.3400.320.22
HSL123.58º37.85%65.29%-
HSV(B)123.58º33.5%78.43%-
XYZ34.8448.131.11-
YUV172.78107.899.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 200 (78.52% from 255) = 42.55%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=28.30%
G=42.55%
B=29.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1332001370.3400.320.22123.5837.8565.29
Hex85C88922020167c2641
Octal205310211420402617446101
Binary10000101110010001000100110001001000001011011111001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,200,137); }

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

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

 a { background-color: rgb(133,200,137); }

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

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

 span { border-color: rgb(133,200,137); }

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