Shades of Chinook #84D89C
Tints of Chinook #84D89C
RGB
CMYK
RGB Variations
Color information
#84D89C (or 0x84D89C) is known color: Chinook. HEX triplet: 84, D8 and 9C. RGB value is (132,216,156). Sum of RGB (Red+Green+Blue) = 132+216+156=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #84D89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D89C is #7B2763. Grayscale: #B8B8B8. Windows color (decimal): -8071012 or 10279044. OLE color: 10279044.
HSL color Cylindrical-coordinate representation of color #84D89C: hue angle of 137.14º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D89C is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 156 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.15 |
| HSL | 137.14º | 0.52% | 0.68% | - |
| HSV(B) | 137.14º | 0.39% | 0.85% | - |
| XYZ | 40.07 | 56.42 | 40.23 | - |
| YUV | 184.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 156 | 0.39 | 0 | 0.28 | 0.15 | 137.14 | 0.52 | 0.68 |
| Hex | 84 | D8 | 9C | 27 | 0 | 1C | F | 89 | 34 | 44 |
| Octal | 204 | 330 | 234 | 47 | 0 | 34 | 17 | 211 | 64 | 104 |
| Binary | 10000100 | 11011000 | 10011100 | 100111 | 0 | 11100 | 1111 | 10001001 | 110100 | 1000100 |
Color Harmonies of #84D89C
Complementary color
Monochromatic Colors of #84D89C
Black with #84D89C
Text Example
Text Example
White with #84D89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D89C; }
p { color: rgb(132,216,156); }
H1.HeaderClassName
{
color: #84D89C;
}
.AnyTagClassName
{
color: #84D89C;
}
</style>
background-color css
<style>
a { background-color: #84D89C; }
a { background-color: rgb(132,216,156); }
div.DivClassName
{
background-color: #84D89C;
}
.BgClassName
{
background-color: #84D89C;
}
</style>
border-color css
<style>
span { border-color: #84D89C; }
span { border-color: rgb(132,216,156); }
td.TdClassName
{
border-color: #84D89C;
}
.TagClassName
{
border-color: #84D89C;
}
</style>