Shades of Chinook #85D9A0
Tints of Chinook #85D9A0
RGB
CMYK
RGB Variations
Color information
#85D9A0 (or 0x85D9A0) is known color: Chinook. HEX triplet: 85, D9 and A0. RGB value is (133,217,160). Sum of RGB (Red+Green+Blue) = 133+217+160=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #85D9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D9A0 is #7A265F. Grayscale: #B9B9B9. Windows color (decimal): -8005216 or 10541445. OLE color: 10541445.
HSL color Cylindrical-coordinate representation of color #85D9A0: hue angle of 139.29º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D9A0 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 160 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.15 |
| HSL | 139.29º | 0.53% | 0.69% | - |
| HSV(B) | 139.29º | 0.39% | 0.85% | - |
| XYZ | 40.83 | 57.15 | 42.14 | - |
| YUV | 185.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 160 | 0.39 | 0 | 0.26 | 0.15 | 139.29 | 0.53 | 0.69 |
| Hex | 85 | D9 | A0 | 27 | 0 | 1A | F | 8B | 34 | 45 |
| Octal | 205 | 331 | 240 | 47 | 0 | 32 | 17 | 213 | 64 | 105 |
| Binary | 10000101 | 11011001 | 10100000 | 100111 | 0 | 11010 | 1111 | 10001011 | 110100 | 1000101 |
Color Harmonies of #85D9A0
Complementary color
Monochromatic Colors of #85D9A0
Black with #85D9A0
Text Example
Text Example
White with #85D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D9A0; }
p { color: rgb(133,217,160); }
H1.HeaderClassName
{
color: #85D9A0;
}
.AnyTagClassName
{
color: #85D9A0;
}
</style>
background-color css
<style>
a { background-color: #85D9A0; }
a { background-color: rgb(133,217,160); }
div.DivClassName
{
background-color: #85D9A0;
}
.BgClassName
{
background-color: #85D9A0;
}
</style>
border-color css
<style>
span { border-color: #85D9A0; }
span { border-color: rgb(133,217,160); }
td.TdClassName
{
border-color: #85D9A0;
}
.TagClassName
{
border-color: #85D9A0;
}
</style>