Shades of Chinook #85D29C
Tints of Chinook #85D29C
RGB
CMYK
RGB Variations
Color information
#85D29C (or 0x85D29C) is known color: Chinook. HEX triplet: 85, D2 and 9C. RGB value is (133,210,156). Sum of RGB (Red+Green+Blue) = 133+210+156=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #85D29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D29C is #7A2D63. Grayscale: #B4B4B4. Windows color (decimal): -8007012 or 10277509. OLE color: 10277509.
HSL color Cylindrical-coordinate representation of color #85D29C: hue angle of 137.92º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D29C is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 156 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.18 |
| HSL | 137.92º | 0.46% | 0.67% | - |
| HSV(B) | 137.92º | 0.37% | 0.82% | - |
| XYZ | 38.72 | 53.48 | 39.73 | - |
| YUV | 180.82 | 113.99 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 156 | 0.37 | 0 | 0.26 | 0.18 | 137.92 | 0.46 | 0.67 |
| Hex | 85 | D2 | 9C | 25 | 0 | 1A | 12 | 8A | 2E | 43 |
| Octal | 205 | 322 | 234 | 45 | 0 | 32 | 22 | 212 | 56 | 103 |
| Binary | 10000101 | 11010010 | 10011100 | 100101 | 0 | 11010 | 10010 | 10001010 | 101110 | 1000011 |
Color Harmonies of #85D29C
Complementary color
Monochromatic Colors of #85D29C
Black with #85D29C
Text Example
Text Example
White with #85D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D29C; }
p { color: rgb(133,210,156); }
H1.HeaderClassName
{
color: #85D29C;
}
.AnyTagClassName
{
color: #85D29C;
}
</style>
background-color css
<style>
a { background-color: #85D29C; }
a { background-color: rgb(133,210,156); }
div.DivClassName
{
background-color: #85D29C;
}
.BgClassName
{
background-color: #85D29C;
}
</style>
border-color css
<style>
span { border-color: #85D29C; }
span { border-color: rgb(133,210,156); }
td.TdClassName
{
border-color: #85D29C;
}
.TagClassName
{
border-color: #85D29C;
}
</style>