Shades of Chinook #84D89B
Tints of Chinook #84D89B
RGB
CMYK
RGB Variations
Color information
#84D89B (or 0x84D89B) is known color: Chinook. HEX triplet: 84, D8 and 9B. RGB value is (132,216,155). Sum of RGB (Red+Green+Blue) = 132+216+155=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #84D89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D89B is #7B2764. Grayscale: #B8B8B8. Windows color (decimal): -8071013 or 10213508. OLE color: 10213508.
HSL color Cylindrical-coordinate representation of color #84D89B: hue angle of 136.43º 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 #84D89B is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 155 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.15 |
| HSL | 136.43º | 0.52% | 0.68% | - |
| HSV(B) | 136.43º | 0.39% | 0.85% | - |
| XYZ | 39.99 | 56.38 | 39.79 | - |
| YUV | 183.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 155 | 0.39 | 0 | 0.28 | 0.15 | 136.43 | 0.52 | 0.68 |
| Hex | 84 | D8 | 9B | 27 | 0 | 1C | F | 88 | 34 | 44 |
| Octal | 204 | 330 | 233 | 47 | 0 | 34 | 17 | 210 | 64 | 104 |
| Binary | 10000100 | 11011000 | 10011011 | 100111 | 0 | 11100 | 1111 | 10001000 | 110100 | 1000100 |
Color Harmonies of #84D89B
Complementary color
Monochromatic Colors of #84D89B
Black with #84D89B
Text Example
Text Example
White with #84D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D89B; }
p { color: rgb(132,216,155); }
H1.HeaderClassName
{
color: #84D89B;
}
.AnyTagClassName
{
color: #84D89B;
}
</style>
background-color css
<style>
a { background-color: #84D89B; }
a { background-color: rgb(132,216,155); }
div.DivClassName
{
background-color: #84D89B;
}
.BgClassName
{
background-color: #84D89B;
}
</style>
border-color css
<style>
span { border-color: #84D89B; }
span { border-color: rgb(132,216,155); }
td.TdClassName
{
border-color: #84D89B;
}
.TagClassName
{
border-color: #84D89B;
}
</style>