Shades of Chinook #90C9A0
Tints of Chinook #90C9A0
RGB
CMYK
RGB Variations
Color information
#90C9A0 (or 0x90C9A0) is known color: Chinook. HEX triplet: 90, C9 and A0. RGB value is (144,201,160). Sum of RGB (Red+Green+Blue) = 144+201+160=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #90C9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C9A0 is #6F365F. Grayscale: #B3B3B3. Windows color (decimal): -7288416 or 10537360. OLE color: 10537360.
HSL color Cylindrical-coordinate representation of color #90C9A0: hue angle of 136.84º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C9A0 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 160 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.21 |
| HSL | 136.84º | 0.35% | 0.68% | - |
| HSV(B) | 136.84º | 0.28% | 0.79% | - |
| XYZ | 38.73 | 50.24 | 40.91 | - |
| YUV | 179.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 160 | 0.28 | 0 | 0.20 | 0.21 | 136.84 | 0.35 | 0.68 |
| Hex | 90 | C9 | A0 | 1C | 0 | 14 | 15 | 89 | 23 | 44 |
| Octal | 220 | 311 | 240 | 34 | 0 | 24 | 25 | 211 | 43 | 104 |
| Binary | 10010000 | 11001001 | 10100000 | 11100 | 0 | 10100 | 10101 | 10001001 | 100011 | 1000100 |
Color Harmonies of #90C9A0
Complementary color
Monochromatic Colors of #90C9A0
Black with #90C9A0
Text Example
Text Example
White with #90C9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C9A0; }
p { color: rgb(144,201,160); }
H1.HeaderClassName
{
color: #90C9A0;
}
.AnyTagClassName
{
color: #90C9A0;
}
</style>
background-color css
<style>
a { background-color: #90C9A0; }
a { background-color: rgb(144,201,160); }
div.DivClassName
{
background-color: #90C9A0;
}
.BgClassName
{
background-color: #90C9A0;
}
</style>
border-color css
<style>
span { border-color: #90C9A0; }
span { border-color: rgb(144,201,160); }
td.TdClassName
{
border-color: #90C9A0;
}
.TagClassName
{
border-color: #90C9A0;
}
</style>