Shades of Chinook #90CB9C
Tints of Chinook #90CB9C
RGB
CMYK
RGB Variations
Color information
#90CB9C (or 0x90CB9C) is known color: Chinook. HEX triplet: 90, CB and 9C. RGB value is (144,203,156). Sum of RGB (Red+Green+Blue) = 144+203+156=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CB9C is #6F3463. Grayscale: #B4B4B4. Windows color (decimal): -7287908 or 10275728. OLE color: 10275728.
HSL color Cylindrical-coordinate representation of color #90CB9C: hue angle of 132.2º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CB9C is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 156 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.20 |
| HSL | 132.2º | 0.36% | 0.68% | - |
| HSV(B) | 132.2º | 0.29% | 0.8% | - |
| XYZ | 38.86 | 51.04 | 39.26 | - |
| YUV | 180 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 156 | 0.29 | 0 | 0.23 | 0.20 | 132.2 | 0.36 | 0.68 |
| Hex | 90 | CB | 9C | 1D | 0 | 17 | 14 | 84 | 24 | 44 |
| Octal | 220 | 313 | 234 | 35 | 0 | 27 | 24 | 204 | 44 | 104 |
| Binary | 10010000 | 11001011 | 10011100 | 11101 | 0 | 10111 | 10100 | 10000100 | 100100 | 1000100 |
Color Harmonies of #90CB9C
Complementary color
Monochromatic Colors of #90CB9C
Black with #90CB9C
Text Example
Text Example
White with #90CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB9C; }
p { color: rgb(144,203,156); }
H1.HeaderClassName
{
color: #90CB9C;
}
.AnyTagClassName
{
color: #90CB9C;
}
</style>
background-color css
<style>
a { background-color: #90CB9C; }
a { background-color: rgb(144,203,156); }
div.DivClassName
{
background-color: #90CB9C;
}
.BgClassName
{
background-color: #90CB9C;
}
</style>
border-color css
<style>
span { border-color: #90CB9C; }
span { border-color: rgb(144,203,156); }
td.TdClassName
{
border-color: #90CB9C;
}
.TagClassName
{
border-color: #90CB9C;
}
</style>