#85BD7A

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

Shades of De York #85BD7A

Tints of De York #85BD7A

Color information

#85BD7A (or 0x85BD7A) is unknown color: approx De York. HEX triplet: 85, BD and 7A. RGB value is (133,189,122). Sum of RGB (Red+Green+Blue) = 133+189+122=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD7A is #7A4285. Grayscale: #A4A4A4. Windows color (decimal): -8012422 or 8043909. OLE color: 8043909.

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

Color convert

RGB133189122-
CMYK0.3000.350.26
HSL110.15º33.67%60.98%-
HSV(B)110.15º35.45%74.12%-
XYZ31.3842.7925.02-
YUV164.62103.95105.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 122 (48.05% from 255) = 27.48%
R=29.95%
G=42.57%
B=27.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331891220.3000.350.26110.1533.6760.98
Hex85BD7A1E0231A6e223d
Octal20527517236043321564275
Binary10000101101111011111010111100100011110101101110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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