Shades of Chinook #99CBA1
Tints of Chinook #99CBA1
RGB
CMYK
RGB Variations
Color information
#99CBA1 (or 0x99CBA1) is known color: Chinook. HEX triplet: 99, CB and A1. RGB value is (153,203,161). Sum of RGB (Red+Green+Blue) = 153+203+161=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #99CBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CBA1 is #66345E. Grayscale: #B7B7B7. Windows color (decimal): -6698079 or 10603417. OLE color: 10603417.
HSL color Cylindrical-coordinate representation of color #99CBA1: hue angle of 129.6º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CBA1 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 161 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.20 |
| HSL | 129.6º | 0.32% | 0.7% | - |
| HSV(B) | 129.6º | 0.25% | 0.8% | - |
| XYZ | 40.93 | 52.06 | 41.61 | - |
| YUV | 183.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 161 | 0.25 | 0 | 0.21 | 0.20 | 129.6 | 0.32 | 0.7 |
| Hex | 99 | CB | A1 | 19 | 0 | 15 | 14 | 82 | 20 | 46 |
| Octal | 231 | 313 | 241 | 31 | 0 | 25 | 24 | 202 | 40 | 106 |
| Binary | 10011001 | 11001011 | 10100001 | 11001 | 0 | 10101 | 10100 | 10000010 | 100000 | 1000110 |
Color Harmonies of #99CBA1
Complementary color
Monochromatic Colors of #99CBA1
Black with #99CBA1
Text Example
Text Example
White with #99CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CBA1; }
p { color: rgb(153,203,161); }
H1.HeaderClassName
{
color: #99CBA1;
}
.AnyTagClassName
{
color: #99CBA1;
}
</style>
background-color css
<style>
a { background-color: #99CBA1; }
a { background-color: rgb(153,203,161); }
div.DivClassName
{
background-color: #99CBA1;
}
.BgClassName
{
background-color: #99CBA1;
}
</style>
border-color css
<style>
span { border-color: #99CBA1; }
span { border-color: rgb(153,203,161); }
td.TdClassName
{
border-color: #99CBA1;
}
.TagClassName
{
border-color: #99CBA1;
}
</style>