Shades of Shadow Green #90BAB0
Tints of Shadow Green #90BAB0
RGB
CMYK
RGB Variations
Color information
#90BAB0 (or 0x90BAB0) is known color: Shadow Green. HEX triplet: 90, BA and B0. RGB value is (144,186,176). Sum of RGB (Red+Green+Blue) = 144+186+176=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #90BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BAB0 is #6F454F. Grayscale: #ACACAC. Windows color (decimal): -7292240 or 11582096. OLE color: 11582096.
HSL color Cylindrical-coordinate representation of color #90BAB0: hue angle of 165.71º 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 #90BAB0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 176 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.27 |
| HSL | 165.71º | 0.23% | 0.65% | - |
| HSV(B) | 165.71º | 0.23% | 0.73% | - |
| XYZ | 36.9 | 44.18 | 47.66 | - |
| YUV | 172.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 176 | 0.23 | 0 | 0.05 | 0.27 | 165.71 | 0.23 | 0.65 |
| Hex | 90 | BA | B0 | 17 | 0 | 5 | 1B | A6 | 17 | 41 |
| Octal | 220 | 272 | 260 | 27 | 0 | 5 | 33 | 246 | 27 | 101 |
| Binary | 10010000 | 10111010 | 10110000 | 10111 | 0 | 101 | 11011 | 10100110 | 10111 | 1000001 |
Color Harmonies of #90BAB0
Complementary color
Monochromatic Colors of #90BAB0
Black with #90BAB0
Text Example
Text Example
White with #90BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAB0; }
p { color: rgb(144,186,176); }
H1.HeaderClassName
{
color: #90BAB0;
}
.AnyTagClassName
{
color: #90BAB0;
}
</style>
background-color css
<style>
a { background-color: #90BAB0; }
a { background-color: rgb(144,186,176); }
div.DivClassName
{
background-color: #90BAB0;
}
.BgClassName
{
background-color: #90BAB0;
}
</style>
border-color css
<style>
span { border-color: #90BAB0; }
span { border-color: rgb(144,186,176); }
td.TdClassName
{
border-color: #90BAB0;
}
.TagClassName
{
border-color: #90BAB0;
}
</style>