Shades of Chinook #90D89C
Tints of Chinook #90D89C
RGB
CMYK
RGB Variations
Color information
#90D89C (or 0x90D89C) is known color: Chinook. HEX triplet: 90, D8 and 9C. RGB value is (144,216,156). Sum of RGB (Red+Green+Blue) = 144+216+156=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #90D89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D89C is #6F2763. Grayscale: #BBBBBB. Windows color (decimal): -7284580 or 10279056. OLE color: 10279056.
HSL color Cylindrical-coordinate representation of color #90D89C: hue angle of 130º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D89C is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 216 | 156 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.15 |
| HSL | 130º | 0.48% | 0.71% | - |
| HSV(B) | 130º | 0.33% | 0.85% | - |
| XYZ | 42.06 | 57.44 | 40.32 | - |
| YUV | 187.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 156 | 0.33 | 0 | 0.28 | 0.15 | 130 | 0.48 | 0.71 |
| Hex | 90 | D8 | 9C | 21 | 0 | 1C | F | 82 | 30 | 47 |
| Octal | 220 | 330 | 234 | 41 | 0 | 34 | 17 | 202 | 60 | 107 |
| Binary | 10010000 | 11011000 | 10011100 | 100001 | 0 | 11100 | 1111 | 10000010 | 110000 | 1000111 |
Color Harmonies of #90D89C
Complementary color
Monochromatic Colors of #90D89C
Black with #90D89C
Text Example
Text Example
White with #90D89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D89C; }
p { color: rgb(144,216,156); }
H1.HeaderClassName
{
color: #90D89C;
}
.AnyTagClassName
{
color: #90D89C;
}
</style>
background-color css
<style>
a { background-color: #90D89C; }
a { background-color: rgb(144,216,156); }
div.DivClassName
{
background-color: #90D89C;
}
.BgClassName
{
background-color: #90D89C;
}
</style>
border-color css
<style>
span { border-color: #90D89C; }
span { border-color: rgb(144,216,156); }
td.TdClassName
{
border-color: #90D89C;
}
.TagClassName
{
border-color: #90D89C;
}
</style>