Shades of Chinook #99D5A2
Tints of Chinook #99D5A2
RGB
CMYK
RGB Variations
Color information
#99D5A2 (or 0x99D5A2) is known color: Chinook. HEX triplet: 99, D5 and A2. RGB value is (153,213,162). Sum of RGB (Red+Green+Blue) = 153+213+162=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #99D5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D5A2 is #662A5D. Grayscale: #BDBDBD. Windows color (decimal): -6695518 or 10671513. OLE color: 10671513.
HSL color Cylindrical-coordinate representation of color #99D5A2: hue angle of 129º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D5A2 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 162 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.16 |
| HSL | 129º | 0.42% | 0.72% | - |
| HSV(B) | 129º | 0.28% | 0.84% | - |
| XYZ | 43.45 | 56.97 | 42.89 | - |
| YUV | 189.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 162 | 0.28 | 0 | 0.24 | 0.16 | 129 | 0.42 | 0.72 |
| Hex | 99 | D5 | A2 | 1C | 0 | 18 | 10 | 81 | 2A | 48 |
| Octal | 231 | 325 | 242 | 34 | 0 | 30 | 20 | 201 | 52 | 110 |
| Binary | 10011001 | 11010101 | 10100010 | 11100 | 0 | 11000 | 10000 | 10000001 | 101010 | 1001000 |
Color Harmonies of #99D5A2
Complementary color
Monochromatic Colors of #99D5A2
Black with #99D5A2
Text Example
Text Example
White with #99D5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D5A2; }
p { color: rgb(153,213,162); }
H1.HeaderClassName
{
color: #99D5A2;
}
.AnyTagClassName
{
color: #99D5A2;
}
</style>
background-color css
<style>
a { background-color: #99D5A2; }
a { background-color: rgb(153,213,162); }
div.DivClassName
{
background-color: #99D5A2;
}
.BgClassName
{
background-color: #99D5A2;
}
</style>
border-color css
<style>
span { border-color: #99D5A2; }
span { border-color: rgb(153,213,162); }
td.TdClassName
{
border-color: #99D5A2;
}
.TagClassName
{
border-color: #99D5A2;
}
</style>