Shades of Chinook #84DB99
Tints of Chinook #84DB99
RGB
CMYK
RGB Variations
Color information
#84DB99 (or 0x84DB99) is known color: Chinook. HEX triplet: 84, DB and 99. RGB value is (132,219,153). Sum of RGB (Red+Green+Blue) = 132+219+153=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DB99 is #7B2466. Grayscale: #B9B9B9. Windows color (decimal): -8070247 or 10083204. OLE color: 10083204.
HSL color Cylindrical-coordinate representation of color #84DB99: hue angle of 134.48º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DB99 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 153 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.14 |
| HSL | 134.48º | 0.55% | 0.69% | - |
| HSV(B) | 134.48º | 0.4% | 0.86% | - |
| XYZ | 40.6 | 57.87 | 39.17 | - |
| YUV | 185.46 | 109.68 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 153 | 0.40 | 0 | 0.30 | 0.14 | 134.48 | 0.55 | 0.69 |
| Hex | 84 | DB | 99 | 28 | 0 | 1E | E | 86 | 37 | 45 |
| Octal | 204 | 333 | 231 | 50 | 0 | 36 | 16 | 206 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10011001 | 101000 | 0 | 11110 | 1110 | 10000110 | 110111 | 1000101 |
Color Harmonies of #84DB99
Complementary color
Monochromatic Colors of #84DB99
Black with #84DB99
Text Example
Text Example
White with #84DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DB99; }
p { color: rgb(132,219,153); }
H1.HeaderClassName
{
color: #84DB99;
}
.AnyTagClassName
{
color: #84DB99;
}
</style>
background-color css
<style>
a { background-color: #84DB99; }
a { background-color: rgb(132,219,153); }
div.DivClassName
{
background-color: #84DB99;
}
.BgClassName
{
background-color: #84DB99;
}
</style>
border-color css
<style>
span { border-color: #84DB99; }
span { border-color: rgb(132,219,153); }
td.TdClassName
{
border-color: #84DB99;
}
.TagClassName
{
border-color: #84DB99;
}
</style>