Shades of Chinook #84DB9B
Tints of Chinook #84DB9B
RGB
CMYK
RGB Variations
Color information
#84DB9B (or 0x84DB9B) is known color: Chinook. HEX triplet: 84, DB and 9B. RGB value is (132,219,155). Sum of RGB (Red+Green+Blue) = 132+219+155=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DB9B is #7B2464. Grayscale: #B9B9B9. Windows color (decimal): -8070245 or 10214276. OLE color: 10214276.
HSL color Cylindrical-coordinate representation of color #84DB9B: hue angle of 135.86º 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 #84DB9B is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 155 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.14 |
| HSL | 135.86º | 0.55% | 0.69% | - |
| HSV(B) | 135.86º | 0.4% | 0.86% | - |
| XYZ | 40.76 | 57.94 | 40.04 | - |
| YUV | 185.69 | 110.68 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 155 | 0.40 | 0 | 0.29 | 0.14 | 135.86 | 0.55 | 0.69 |
| Hex | 84 | DB | 9B | 28 | 0 | 1D | E | 88 | 37 | 45 |
| Octal | 204 | 333 | 233 | 50 | 0 | 35 | 16 | 210 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10011011 | 101000 | 0 | 11101 | 1110 | 10001000 | 110111 | 1000101 |
Color Harmonies of #84DB9B
Complementary color
Monochromatic Colors of #84DB9B
Black with #84DB9B
Text Example
Text Example
White with #84DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DB9B; }
p { color: rgb(132,219,155); }
H1.HeaderClassName
{
color: #84DB9B;
}
.AnyTagClassName
{
color: #84DB9B;
}
</style>
background-color css
<style>
a { background-color: #84DB9B; }
a { background-color: rgb(132,219,155); }
div.DivClassName
{
background-color: #84DB9B;
}
.BgClassName
{
background-color: #84DB9B;
}
</style>
border-color css
<style>
span { border-color: #84DB9B; }
span { border-color: rgb(132,219,155); }
td.TdClassName
{
border-color: #84DB9B;
}
.TagClassName
{
border-color: #84DB9B;
}
</style>