Shades of Chinook #90C99C
Tints of Chinook #90C99C
RGB
CMYK
RGB Variations
Color information
#90C99C (or 0x90C99C) is known color: Chinook. HEX triplet: 90, C9 and 9C. RGB value is (144,201,156). Sum of RGB (Red+Green+Blue) = 144+201+156=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #90C99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C99C is #6F3663. Grayscale: #B2B2B2. Windows color (decimal): -7288420 or 10275216. OLE color: 10275216.
HSL color Cylindrical-coordinate representation of color #90C99C: hue angle of 132.63º 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 #90C99C is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 156 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.21 |
| HSL | 132.63º | 0.35% | 0.68% | - |
| HSV(B) | 132.63º | 0.28% | 0.79% | - |
| XYZ | 38.39 | 50.1 | 39.1 | - |
| YUV | 178.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 156 | 0.28 | 0 | 0.22 | 0.21 | 132.63 | 0.35 | 0.68 |
| Hex | 90 | C9 | 9C | 1C | 0 | 16 | 15 | 85 | 23 | 44 |
| Octal | 220 | 311 | 234 | 34 | 0 | 26 | 25 | 205 | 43 | 104 |
| Binary | 10010000 | 11001001 | 10011100 | 11100 | 0 | 10110 | 10101 | 10000101 | 100011 | 1000100 |
Color Harmonies of #90C99C
Complementary color
Monochromatic Colors of #90C99C
Black with #90C99C
Text Example
Text Example
White with #90C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C99C; }
p { color: rgb(144,201,156); }
H1.HeaderClassName
{
color: #90C99C;
}
.AnyTagClassName
{
color: #90C99C;
}
</style>
background-color css
<style>
a { background-color: #90C99C; }
a { background-color: rgb(144,201,156); }
div.DivClassName
{
background-color: #90C99C;
}
.BgClassName
{
background-color: #90C99C;
}
</style>
border-color css
<style>
span { border-color: #90C99C; }
span { border-color: rgb(144,201,156); }
td.TdClassName
{
border-color: #90C99C;
}
.TagClassName
{
border-color: #90C99C;
}
</style>