Shades of Chinook #99D4A2
Tints of Chinook #99D4A2
RGB
CMYK
RGB Variations
Color information
#99D4A2 (or 0x99D4A2) is known color: Chinook. HEX triplet: 99, D4 and A2. RGB value is (153,212,162). Sum of RGB (Red+Green+Blue) = 153+212+162=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D4A2 is #662B5D. Grayscale: #BCBCBC. Windows color (decimal): -6695774 or 10671257. OLE color: 10671257.
HSL color Cylindrical-coordinate representation of color #99D4A2: hue angle of 129.15º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D4A2 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 162 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.17 |
| HSL | 129.15º | 0.41% | 0.72% | - |
| HSV(B) | 129.15º | 0.28% | 0.83% | - |
| XYZ | 43.2 | 56.47 | 42.8 | - |
| YUV | 188.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 162 | 0.28 | 0 | 0.24 | 0.17 | 129.15 | 0.41 | 0.72 |
| Hex | 99 | D4 | A2 | 1C | 0 | 18 | 11 | 81 | 29 | 48 |
| Octal | 231 | 324 | 242 | 34 | 0 | 30 | 21 | 201 | 51 | 110 |
| Binary | 10011001 | 11010100 | 10100010 | 11100 | 0 | 11000 | 10001 | 10000001 | 101001 | 1001000 |
Color Harmonies of #99D4A2
Complementary color
Monochromatic Colors of #99D4A2
Black with #99D4A2
Text Example
Text Example
White with #99D4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D4A2; }
p { color: rgb(153,212,162); }
H1.HeaderClassName
{
color: #99D4A2;
}
.AnyTagClassName
{
color: #99D4A2;
}
</style>
background-color css
<style>
a { background-color: #99D4A2; }
a { background-color: rgb(153,212,162); }
div.DivClassName
{
background-color: #99D4A2;
}
.BgClassName
{
background-color: #99D4A2;
}
</style>
border-color css
<style>
span { border-color: #99D4A2; }
span { border-color: rgb(153,212,162); }
td.TdClassName
{
border-color: #99D4A2;
}
.TagClassName
{
border-color: #99D4A2;
}
</style>