Shades of De York #85BC83
Tints of De York #85BC83
RGB
CMYK
RGB Variations
Color information
#85BC83 (or 0x85BC83) is known color: De York. HEX triplet: 85, BC and 83. RGB value is (133,188,131). Sum of RGB (Red+Green+Blue) = 133+188+131=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BC83 is #7A437C. Grayscale: #A5A5A5. Windows color (decimal): -8012669 or 8633477. OLE color: 8633477.
HSL color Cylindrical-coordinate representation of color #85BC83: hue angle of 117.89º 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 #85BC83 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 131 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.26 |
| HSL | 117.89º | 0.3% | 0.63% | - |
| HSV(B) | 117.89º | 0.3% | 0.74% | - |
| XYZ | 31.75 | 42.59 | 28.02 | - |
| YUV | 165.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 131 | 0.29 | 0 | 0.30 | 0.26 | 117.89 | 0.3 | 0.63 |
| Hex | 85 | BC | 83 | 1D | 0 | 1E | 1A | 76 | 1E | 3F |
| Octal | 205 | 274 | 203 | 35 | 0 | 36 | 32 | 166 | 36 | 77 |
| Binary | 10000101 | 10111100 | 10000011 | 11101 | 0 | 11110 | 11010 | 1110110 | 11110 | 111111 |
Color Harmonies of #85BC83
Complementary color
Monochromatic Colors of #85BC83
Black with #85BC83
Text Example
Text Example
White with #85BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC83; }
p { color: rgb(133,188,131); }
H1.HeaderClassName
{
color: #85BC83;
}
.AnyTagClassName
{
color: #85BC83;
}
</style>
background-color css
<style>
a { background-color: #85BC83; }
a { background-color: rgb(133,188,131); }
div.DivClassName
{
background-color: #85BC83;
}
.BgClassName
{
background-color: #85BC83;
}
</style>
border-color css
<style>
span { border-color: #85BC83; }
span { border-color: rgb(133,188,131); }
td.TdClassName
{
border-color: #85BC83;
}
.TagClassName
{
border-color: #85BC83;
}
</style>