Shades of Chinook #84D89D
Tints of Chinook #84D89D
RGB
CMYK
RGB Variations
Color information
#84D89D (or 0x84D89D) is known color: Chinook. HEX triplet: 84, D8 and 9D. RGB value is (132,216,157). Sum of RGB (Red+Green+Blue) = 132+216+157=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #84D89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D89D is #7B2762. Grayscale: #B8B8B8. Windows color (decimal): -8071011 or 10344580. OLE color: 10344580.
HSL color Cylindrical-coordinate representation of color #84D89D: hue angle of 137.86º 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 #84D89D is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 157 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.15 |
| HSL | 137.86º | 0.52% | 0.68% | - |
| HSV(B) | 137.86º | 0.39% | 0.85% | - |
| XYZ | 40.16 | 56.45 | 40.68 | - |
| YUV | 184.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 157 | 0.39 | 0 | 0.27 | 0.15 | 137.86 | 0.52 | 0.68 |
| Hex | 84 | D8 | 9D | 27 | 0 | 1B | F | 8A | 34 | 44 |
| Octal | 204 | 330 | 235 | 47 | 0 | 33 | 17 | 212 | 64 | 104 |
| Binary | 10000100 | 11011000 | 10011101 | 100111 | 0 | 11011 | 1111 | 10001010 | 110100 | 1000100 |
Color Harmonies of #84D89D
Complementary color
Monochromatic Colors of #84D89D
Black with #84D89D
Text Example
Text Example
White with #84D89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D89D; }
p { color: rgb(132,216,157); }
H1.HeaderClassName
{
color: #84D89D;
}
.AnyTagClassName
{
color: #84D89D;
}
</style>
background-color css
<style>
a { background-color: #84D89D; }
a { background-color: rgb(132,216,157); }
div.DivClassName
{
background-color: #84D89D;
}
.BgClassName
{
background-color: #84D89D;
}
</style>
border-color css
<style>
span { border-color: #84D89D; }
span { border-color: rgb(132,216,157); }
td.TdClassName
{
border-color: #84D89D;
}
.TagClassName
{
border-color: #84D89D;
}
</style>