Shades of Shadow Green #90BDB9
Tints of Shadow Green #90BDB9
RGB
CMYK
RGB Variations
Color information
#90BDB9 (or 0x90BDB9) is known color: Shadow Green. HEX triplet: 90, BD and B9. RGB value is (144,189,185). Sum of RGB (Red+Green+Blue) = 144+189+185=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #90BDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDB9 is #6F4246. Grayscale: #AFAFAF. Windows color (decimal): -7291463 or 12172688. OLE color: 12172688.
HSL color Cylindrical-coordinate representation of color #90BDB9: hue angle of 174.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90BDB9 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 185 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.26 |
| HSL | 174.67º | 0.25% | 0.65% | - |
| HSV(B) | 174.67º | 0.24% | 0.74% | - |
| XYZ | 38.46 | 45.83 | 52.72 | - |
| YUV | 175.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 185 | 0.24 | 0 | 0.02 | 0.26 | 174.67 | 0.25 | 0.65 |
| Hex | 90 | BD | B9 | 18 | 0 | 2 | 1A | AF | 19 | 41 |
| Octal | 220 | 275 | 271 | 30 | 0 | 2 | 32 | 257 | 31 | 101 |
| Binary | 10010000 | 10111101 | 10111001 | 11000 | 0 | 10 | 11010 | 10101111 | 11001 | 1000001 |
Color Harmonies of #90BDB9
Complementary color
Monochromatic Colors of #90BDB9
Black with #90BDB9
Text Example
Text Example
White with #90BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDB9; }
p { color: rgb(144,189,185); }
H1.HeaderClassName
{
color: #90BDB9;
}
.AnyTagClassName
{
color: #90BDB9;
}
</style>
background-color css
<style>
a { background-color: #90BDB9; }
a { background-color: rgb(144,189,185); }
div.DivClassName
{
background-color: #90BDB9;
}
.BgClassName
{
background-color: #90BDB9;
}
</style>
border-color css
<style>
span { border-color: #90BDB9; }
span { border-color: rgb(144,189,185); }
td.TdClassName
{
border-color: #90BDB9;
}
.TagClassName
{
border-color: #90BDB9;
}
</style>