#85BD84

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

Shades of De York #85BD84

Tints of De York #85BD84

Color information

#85BD84 (or 0x85BD84) is unknown color: approx De York. HEX triplet: 85, BD and 84. RGB value is (133,189,132). Sum of RGB (Red+Green+Blue) = 133+189+132=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BD84 is #7A427B. Grayscale: #A5A5A5. Windows color (decimal): -8012412 or 8699269. OLE color: 8699269.

HSL color Cylindrical-coordinate representation of color #85BD84: hue angle of 118.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BD84 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB133189132-
CMYK0.3000.300.26
HSL118.95º30.16%62.94%-
HSV(B)118.95º30.16%74.12%-
XYZ32.0443.0528.45-
YUV165.76108.95104.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 189 (74.22% from 255) = 41.63%
BLUE value IS 132 (51.95% from 255) = 29.07%
R=29.30%
G=41.63%
B=29.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331891320.3000.300.26118.9530.1662.94
Hex85BD841E01E1A771e3f
Octal20527520436036321673677
Binary1000010110111101100001001111001111011010111011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,189,132); }

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

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

 a { background-color: rgb(133,189,132); }

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

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

 span { border-color: rgb(133,189,132); }

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