Shades of Chinook #85DB9B
Tints of Chinook #85DB9B
RGB
CMYK
RGB Variations
Color information
#85DB9B (or 0x85DB9B) is known color: Chinook. HEX triplet: 85, DB and 9B. RGB value is (133,219,155). Sum of RGB (Red+Green+Blue) = 133+219+155=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB9B is #7A2464. Grayscale: #BABABA. Windows color (decimal): -8004709 or 10214277. OLE color: 10214277.
HSL color Cylindrical-coordinate representation of color #85DB9B: hue angle of 135.35º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DB9B is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 155 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.14 |
| HSL | 135.35º | 0.54% | 0.69% | - |
| HSV(B) | 135.35º | 0.39% | 0.86% | - |
| XYZ | 40.92 | 58.02 | 40.05 | - |
| YUV | 185.99 | 110.51 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 155 | 0.39 | 0 | 0.29 | 0.14 | 135.35 | 0.54 | 0.69 |
| Hex | 85 | DB | 9B | 27 | 0 | 1D | E | 87 | 36 | 45 |
| Octal | 205 | 333 | 233 | 47 | 0 | 35 | 16 | 207 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10011011 | 100111 | 0 | 11101 | 1110 | 10000111 | 110110 | 1000101 |
Color Harmonies of #85DB9B
Complementary color
Monochromatic Colors of #85DB9B
Black with #85DB9B
Text Example
Text Example
White with #85DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB9B; }
p { color: rgb(133,219,155); }
H1.HeaderClassName
{
color: #85DB9B;
}
.AnyTagClassName
{
color: #85DB9B;
}
</style>
background-color css
<style>
a { background-color: #85DB9B; }
a { background-color: rgb(133,219,155); }
div.DivClassName
{
background-color: #85DB9B;
}
.BgClassName
{
background-color: #85DB9B;
}
</style>
border-color css
<style>
span { border-color: #85DB9B; }
span { border-color: rgb(133,219,155); }
td.TdClassName
{
border-color: #85DB9B;
}
.TagClassName
{
border-color: #85DB9B;
}
</style>