Shades of Chinook #90C99D
Tints of Chinook #90C99D
RGB
CMYK
RGB Variations
Color information
#90C99D (or 0x90C99D) is known color: Chinook. HEX triplet: 90, C9 and 9D. RGB value is (144,201,157). Sum of RGB (Red+Green+Blue) = 144+201+157=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #90C99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C99D is #6F3662. Grayscale: #B3B3B3. Windows color (decimal): -7288419 or 10340752. OLE color: 10340752.
HSL color Cylindrical-coordinate representation of color #90C99D: hue angle of 133.68º 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 #90C99D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 157 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.21 |
| HSL | 133.68º | 0.35% | 0.68% | - |
| HSV(B) | 133.68º | 0.28% | 0.79% | - |
| XYZ | 38.47 | 50.14 | 39.55 | - |
| YUV | 178.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 157 | 0.28 | 0 | 0.22 | 0.21 | 133.68 | 0.35 | 0.68 |
| Hex | 90 | C9 | 9D | 1C | 0 | 16 | 15 | 86 | 23 | 44 |
| Octal | 220 | 311 | 235 | 34 | 0 | 26 | 25 | 206 | 43 | 104 |
| Binary | 10010000 | 11001001 | 10011101 | 11100 | 0 | 10110 | 10101 | 10000110 | 100011 | 1000100 |
Color Harmonies of #90C99D
Complementary color
Monochromatic Colors of #90C99D
Black with #90C99D
Text Example
Text Example
White with #90C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C99D; }
p { color: rgb(144,201,157); }
H1.HeaderClassName
{
color: #90C99D;
}
.AnyTagClassName
{
color: #90C99D;
}
</style>
background-color css
<style>
a { background-color: #90C99D; }
a { background-color: rgb(144,201,157); }
div.DivClassName
{
background-color: #90C99D;
}
.BgClassName
{
background-color: #90C99D;
}
</style>
border-color css
<style>
span { border-color: #90C99D; }
span { border-color: rgb(144,201,157); }
td.TdClassName
{
border-color: #90C99D;
}
.TagClassName
{
border-color: #90C99D;
}
</style>