#85CB76

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

Shades of De York #85CB76

Tints of De York #85CB76

Color information

#85CB76 (or 0x85CB76) is unknown color: approx De York. HEX triplet: 85, CB and 76. RGB value is (133,203,118). Sum of RGB (Red+Green+Blue) = 133+203+118=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB76 is #7A3489. Grayscale: #ACACAC. Windows color (decimal): -8008842 or 7785349. OLE color: 7785349.

HSL color Cylindrical-coordinate representation of color #85CB76: hue angle of 109.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85CB76 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB133203118-
CMYK0.3400.420.20
HSL109.41º44.97%62.94%-
HSV(B)109.41º41.87%79.61%-
XYZ34.349.0124.79-
YUV172.3897.3199.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 203 (79.69% from 255) = 44.71%
BLUE value IS 118 (46.48% from 255) = 25.99%
R=29.30%
G=44.71%
B=25.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332031180.3400.420.20109.4144.9762.94
Hex85CB762202A146d2d3f
Octal20531316642052241555577
Binary100001011100101111101101000100101010101001101101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,203,118); }

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

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

 a { background-color: rgb(133,203,118); }

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

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

 span { border-color: rgb(133,203,118); }

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