Shades of Chinook #99D5A0
Tints of Chinook #99D5A0
RGB
CMYK
RGB Variations
Color information
#99D5A0 (or 0x99D5A0) is known color: Chinook. HEX triplet: 99, D5 and A0. RGB value is (153,213,160). Sum of RGB (Red+Green+Blue) = 153+213+160=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #99D5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D5A0 is #662A5F. Grayscale: #BDBDBD. Windows color (decimal): -6695520 or 10540441. OLE color: 10540441.
HSL color Cylindrical-coordinate representation of color #99D5A0: hue angle of 127º 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 #99D5A0 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 160 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.16 |
| HSL | 127º | 0.42% | 0.72% | - |
| HSV(B) | 127º | 0.28% | 0.84% | - |
| XYZ | 43.28 | 56.9 | 41.96 | - |
| YUV | 189.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 160 | 0.28 | 0 | 0.25 | 0.16 | 127 | 0.42 | 0.72 |
| Hex | 99 | D5 | A0 | 1C | 0 | 19 | 10 | 7F | 2A | 48 |
| Octal | 231 | 325 | 240 | 34 | 0 | 31 | 20 | 177 | 52 | 110 |
| Binary | 10011001 | 11010101 | 10100000 | 11100 | 0 | 11001 | 10000 | 1111111 | 101010 | 1001000 |
Color Harmonies of #99D5A0
Complementary color
Monochromatic Colors of #99D5A0
Black with #99D5A0
Text Example
Text Example
White with #99D5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D5A0; }
p { color: rgb(153,213,160); }
H1.HeaderClassName
{
color: #99D5A0;
}
.AnyTagClassName
{
color: #99D5A0;
}
</style>
background-color css
<style>
a { background-color: #99D5A0; }
a { background-color: rgb(153,213,160); }
div.DivClassName
{
background-color: #99D5A0;
}
.BgClassName
{
background-color: #99D5A0;
}
</style>
border-color css
<style>
span { border-color: #99D5A0; }
span { border-color: rgb(153,213,160); }
td.TdClassName
{
border-color: #99D5A0;
}
.TagClassName
{
border-color: #99D5A0;
}
</style>