Shades of Chinook #84D9A0
Tints of Chinook #84D9A0
RGB
CMYK
RGB Variations
Color information
#84D9A0 (or 0x84D9A0) is known color: Chinook. HEX triplet: 84, D9 and A0. RGB value is (132,217,160). Sum of RGB (Red+Green+Blue) = 132+217+160=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #84D9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D9A0 is #7B265F. Grayscale: #B9B9B9. Windows color (decimal): -8070752 or 10541444. OLE color: 10541444.
HSL color Cylindrical-coordinate representation of color #84D9A0: hue angle of 139.76º 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 #84D9A0 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 160 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.15 |
| HSL | 139.76º | 0.53% | 0.68% | - |
| HSV(B) | 139.76º | 0.39% | 0.85% | - |
| XYZ | 40.67 | 57.07 | 42.13 | - |
| YUV | 185.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 160 | 0.39 | 0 | 0.26 | 0.15 | 139.76 | 0.53 | 0.68 |
| Hex | 84 | D9 | A0 | 27 | 0 | 1A | F | 8C | 35 | 44 |
| Octal | 204 | 331 | 240 | 47 | 0 | 32 | 17 | 214 | 65 | 104 |
| Binary | 10000100 | 11011001 | 10100000 | 100111 | 0 | 11010 | 1111 | 10001100 | 110101 | 1000100 |
Color Harmonies of #84D9A0
Complementary color
Monochromatic Colors of #84D9A0
Black with #84D9A0
Text Example
Text Example
White with #84D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D9A0; }
p { color: rgb(132,217,160); }
H1.HeaderClassName
{
color: #84D9A0;
}
.AnyTagClassName
{
color: #84D9A0;
}
</style>
background-color css
<style>
a { background-color: #84D9A0; }
a { background-color: rgb(132,217,160); }
div.DivClassName
{
background-color: #84D9A0;
}
.BgClassName
{
background-color: #84D9A0;
}
</style>
border-color css
<style>
span { border-color: #84D9A0; }
span { border-color: rgb(132,217,160); }
td.TdClassName
{
border-color: #84D9A0;
}
.TagClassName
{
border-color: #84D9A0;
}
</style>