Shades of Shadow Green #90BDB2
Tints of Shadow Green #90BDB2
RGB
CMYK
RGB Variations
Color information
#90BDB2 (or 0x90BDB2) is known color: Shadow Green. HEX triplet: 90, BD and B2. RGB value is (144,189,178). Sum of RGB (Red+Green+Blue) = 144+189+178=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #90BDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BDB2 is #6F424D. Grayscale: #AEAEAE. Windows color (decimal): -7291470 or 11713936. OLE color: 11713936.
HSL color Cylindrical-coordinate representation of color #90BDB2: hue angle of 165.33º 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 #90BDB2 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 178 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.26 |
| HSL | 165.33º | 0.25% | 0.65% | - |
| HSV(B) | 165.33º | 0.24% | 0.74% | - |
| XYZ | 37.74 | 45.54 | 48.92 | - |
| YUV | 174.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 178 | 0.24 | 0 | 0.06 | 0.26 | 165.33 | 0.25 | 0.65 |
| Hex | 90 | BD | B2 | 18 | 0 | 6 | 1A | A5 | 19 | 41 |
| Octal | 220 | 275 | 262 | 30 | 0 | 6 | 32 | 245 | 31 | 101 |
| Binary | 10010000 | 10111101 | 10110010 | 11000 | 0 | 110 | 11010 | 10100101 | 11001 | 1000001 |
Color Harmonies of #90BDB2
Complementary color
Monochromatic Colors of #90BDB2
Black with #90BDB2
Text Example
Text Example
White with #90BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDB2; }
p { color: rgb(144,189,178); }
H1.HeaderClassName
{
color: #90BDB2;
}
.AnyTagClassName
{
color: #90BDB2;
}
</style>
background-color css
<style>
a { background-color: #90BDB2; }
a { background-color: rgb(144,189,178); }
div.DivClassName
{
background-color: #90BDB2;
}
.BgClassName
{
background-color: #90BDB2;
}
</style>
border-color css
<style>
span { border-color: #90BDB2; }
span { border-color: rgb(144,189,178); }
td.TdClassName
{
border-color: #90BDB2;
}
.TagClassName
{
border-color: #90BDB2;
}
</style>