Shades of Shadow Green #90BAB9
Tints of Shadow Green #90BAB9
RGB
CMYK
RGB Variations
Color information
#90BAB9 (or 0x90BAB9) is known color: Shadow Green. HEX triplet: 90, BA and B9. RGB value is (144,186,185). Sum of RGB (Red+Green+Blue) = 144+186+185=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #90BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BAB9 is #6F4546. Grayscale: #ADADAD. Windows color (decimal): -7292231 or 12171920. OLE color: 12171920.
HSL color Cylindrical-coordinate representation of color #90BAB9: hue angle of 178.57º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BAB9 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 185 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.27 |
| HSL | 178.57º | 0.23% | 0.65% | - |
| HSV(B) | 178.57º | 0.23% | 0.73% | - |
| XYZ | 37.82 | 44.55 | 52.5 | - |
| YUV | 173.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 185 | 0.23 | 0 | 0.01 | 0.27 | 178.57 | 0.23 | 0.65 |
| Hex | 90 | BA | B9 | 17 | 0 | 1 | 1B | B3 | 17 | 41 |
| Octal | 220 | 272 | 271 | 27 | 0 | 1 | 33 | 263 | 27 | 101 |
| Binary | 10010000 | 10111010 | 10111001 | 10111 | 0 | 1 | 11011 | 10110011 | 10111 | 1000001 |
Color Harmonies of #90BAB9
Complementary color
Monochromatic Colors of #90BAB9
Black with #90BAB9
Text Example
Text Example
White with #90BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAB9; }
p { color: rgb(144,186,185); }
H1.HeaderClassName
{
color: #90BAB9;
}
.AnyTagClassName
{
color: #90BAB9;
}
</style>
background-color css
<style>
a { background-color: #90BAB9; }
a { background-color: rgb(144,186,185); }
div.DivClassName
{
background-color: #90BAB9;
}
.BgClassName
{
background-color: #90BAB9;
}
</style>
border-color css
<style>
span { border-color: #90BAB9; }
span { border-color: rgb(144,186,185); }
td.TdClassName
{
border-color: #90BAB9;
}
.TagClassName
{
border-color: #90BAB9;
}
</style>