Shades of Chinook #99D7A1
Tints of Chinook #99D7A1
RGB
CMYK
RGB Variations
Color information
#99D7A1 (or 0x99D7A1) is known color: Chinook. HEX triplet: 99, D7 and A1. RGB value is (153,215,161). Sum of RGB (Red+Green+Blue) = 153+215+161=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D7A1 is #66285E. Grayscale: #BEBEBE. Windows color (decimal): -6695007 or 10606489. OLE color: 10606489.
HSL color Cylindrical-coordinate representation of color #99D7A1: hue angle of 127.74º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D7A1 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 161 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.16 |
| HSL | 127.74º | 0.44% | 0.72% | - |
| HSV(B) | 127.74º | 0.29% | 0.84% | - |
| XYZ | 43.87 | 57.95 | 42.59 | - |
| YUV | 190.31 | 111.46 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 161 | 0.29 | 0 | 0.25 | 0.16 | 127.74 | 0.44 | 0.72 |
| Hex | 99 | D7 | A1 | 1D | 0 | 19 | 10 | 80 | 2C | 48 |
| Octal | 231 | 327 | 241 | 35 | 0 | 31 | 20 | 200 | 54 | 110 |
| Binary | 10011001 | 11010111 | 10100001 | 11101 | 0 | 11001 | 10000 | 10000000 | 101100 | 1001000 |
Color Harmonies of #99D7A1
Complementary color
Monochromatic Colors of #99D7A1
Black with #99D7A1
Text Example
Text Example
White with #99D7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D7A1; }
p { color: rgb(153,215,161); }
H1.HeaderClassName
{
color: #99D7A1;
}
.AnyTagClassName
{
color: #99D7A1;
}
</style>
background-color css
<style>
a { background-color: #99D7A1; }
a { background-color: rgb(153,215,161); }
div.DivClassName
{
background-color: #99D7A1;
}
.BgClassName
{
background-color: #99D7A1;
}
</style>
border-color css
<style>
span { border-color: #99D7A1; }
span { border-color: rgb(153,215,161); }
td.TdClassName
{
border-color: #99D7A1;
}
.TagClassName
{
border-color: #99D7A1;
}
</style>