Shades of Chinook #84D99C
Tints of Chinook #84D99C
RGB
CMYK
RGB Variations
Color information
#84D99C (or 0x84D99C) is known color: Chinook. HEX triplet: 84, D9 and 9C. RGB value is (132,217,156). Sum of RGB (Red+Green+Blue) = 132+217+156=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #84D99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D99C is #7B2663. Grayscale: #B8B8B8. Windows color (decimal): -8070756 or 10279300. OLE color: 10279300.
HSL color Cylindrical-coordinate representation of color #84D99C: hue angle of 136.94º degrees, saturation: 0.53, 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 #84D99C is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 156 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.15 |
| HSL | 136.94º | 0.53% | 0.68% | - |
| HSV(B) | 136.94º | 0.39% | 0.85% | - |
| XYZ | 40.33 | 56.93 | 40.32 | - |
| YUV | 184.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 156 | 0.39 | 0 | 0.28 | 0.15 | 136.94 | 0.53 | 0.68 |
| Hex | 84 | D9 | 9C | 27 | 0 | 1C | F | 89 | 35 | 44 |
| Octal | 204 | 331 | 234 | 47 | 0 | 34 | 17 | 211 | 65 | 104 |
| Binary | 10000100 | 11011001 | 10011100 | 100111 | 0 | 11100 | 1111 | 10001001 | 110101 | 1000100 |
Color Harmonies of #84D99C
Complementary color
Monochromatic Colors of #84D99C
Black with #84D99C
Text Example
Text Example
White with #84D99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D99C; }
p { color: rgb(132,217,156); }
H1.HeaderClassName
{
color: #84D99C;
}
.AnyTagClassName
{
color: #84D99C;
}
</style>
background-color css
<style>
a { background-color: #84D99C; }
a { background-color: rgb(132,217,156); }
div.DivClassName
{
background-color: #84D99C;
}
.BgClassName
{
background-color: #84D99C;
}
</style>
border-color css
<style>
span { border-color: #84D99C; }
span { border-color: rgb(132,217,156); }
td.TdClassName
{
border-color: #84D99C;
}
.TagClassName
{
border-color: #84D99C;
}
</style>