Shades of Shadow Green #99BCBA
Tints of Shadow Green #99BCBA
RGB
CMYK
RGB Variations
Color information
#99BCBA (or 0x99BCBA) is known color: Shadow Green. HEX triplet: 99, BC and BA. RGB value is (153,188,186). Sum of RGB (Red+Green+Blue) = 153+188+186=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCBA is #664345. Grayscale: #B1B1B1. Windows color (decimal): -6701894 or 12237977. OLE color: 12237977.
HSL color Cylindrical-coordinate representation of color #99BCBA: hue angle of 176.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BCBA is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 186 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.26 |
| HSL | 176.57º | 0.21% | 0.67% | - |
| HSV(B) | 176.57º | 0.19% | 0.74% | - |
| XYZ | 39.98 | 46.28 | 53.28 | - |
| YUV | 177.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 186 | 0.19 | 0 | 0.01 | 0.26 | 176.57 | 0.21 | 0.67 |
| Hex | 99 | BC | BA | 13 | 0 | 1 | 1A | B1 | 15 | 43 |
| Octal | 231 | 274 | 272 | 23 | 0 | 1 | 32 | 261 | 25 | 103 |
| Binary | 10011001 | 10111100 | 10111010 | 10011 | 0 | 1 | 11010 | 10110001 | 10101 | 1000011 |
Color Harmonies of #99BCBA
Complementary color
Monochromatic Colors of #99BCBA
Black with #99BCBA
Text Example
Text Example
White with #99BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCBA; }
p { color: rgb(153,188,186); }
H1.HeaderClassName
{
color: #99BCBA;
}
.AnyTagClassName
{
color: #99BCBA;
}
</style>
background-color css
<style>
a { background-color: #99BCBA; }
a { background-color: rgb(153,188,186); }
div.DivClassName
{
background-color: #99BCBA;
}
.BgClassName
{
background-color: #99BCBA;
}
</style>
border-color css
<style>
span { border-color: #99BCBA; }
span { border-color: rgb(153,188,186); }
td.TdClassName
{
border-color: #99BCBA;
}
.TagClassName
{
border-color: #99BCBA;
}
</style>