Shades of Chinook #84DC9B
Tints of Chinook #84DC9B
RGB
CMYK
RGB Variations
Color information
#84DC9B (or 0x84DC9B) is known color: Chinook. HEX triplet: 84, DC and 9B. RGB value is (132,220,155). Sum of RGB (Red+Green+Blue) = 132+220+155=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DC9B is #7B2364. Grayscale: #BABABA. Windows color (decimal): -8069989 or 10214532. OLE color: 10214532.
HSL color Cylindrical-coordinate representation of color #84DC9B: hue angle of 135.68º degrees, saturation: 0.56, 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 #84DC9B is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 155 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.14 |
| HSL | 135.68º | 0.56% | 0.69% | - |
| HSV(B) | 135.68º | 0.4% | 0.86% | - |
| XYZ | 41.03 | 58.46 | 40.13 | - |
| YUV | 186.28 | 110.35 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 155 | 0.40 | 0 | 0.30 | 0.14 | 135.68 | 0.56 | 0.69 |
| Hex | 84 | DC | 9B | 28 | 0 | 1E | E | 88 | 38 | 45 |
| Octal | 204 | 334 | 233 | 50 | 0 | 36 | 16 | 210 | 70 | 105 |
| Binary | 10000100 | 11011100 | 10011011 | 101000 | 0 | 11110 | 1110 | 10001000 | 111000 | 1000101 |
Color Harmonies of #84DC9B
Complementary color
Monochromatic Colors of #84DC9B
Black with #84DC9B
Text Example
Text Example
White with #84DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC9B; }
p { color: rgb(132,220,155); }
H1.HeaderClassName
{
color: #84DC9B;
}
.AnyTagClassName
{
color: #84DC9B;
}
</style>
background-color css
<style>
a { background-color: #84DC9B; }
a { background-color: rgb(132,220,155); }
div.DivClassName
{
background-color: #84DC9B;
}
.BgClassName
{
background-color: #84DC9B;
}
</style>
border-color css
<style>
span { border-color: #84DC9B; }
span { border-color: rgb(132,220,155); }
td.TdClassName
{
border-color: #84DC9B;
}
.TagClassName
{
border-color: #84DC9B;
}
</style>