Shades of Shadow Green #99BBBA
Tints of Shadow Green #99BBBA
RGB
CMYK
RGB Variations
Color information
#99BBBA (or 0x99BBBA) is known color: Shadow Green. HEX triplet: 99, BB and BA. RGB value is (153,187,186). Sum of RGB (Red+Green+Blue) = 153+187+186=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #99BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBBA is #664445. Grayscale: #B0B0B0. Windows color (decimal): -6702150 or 12237721. OLE color: 12237721.
HSL color Cylindrical-coordinate representation of color #99BBBA: hue angle of 178.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BBBA is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 186 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.27 |
| HSL | 178.24º | 0.2% | 0.67% | - |
| HSV(B) | 178.24º | 0.18% | 0.73% | - |
| XYZ | 39.77 | 45.86 | 53.21 | - |
| YUV | 176.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 186 | 0.18 | 0 | 0.01 | 0.27 | 178.24 | 0.2 | 0.67 |
| Hex | 99 | BB | BA | 12 | 0 | 1 | 1B | B2 | 14 | 43 |
| Octal | 231 | 273 | 272 | 22 | 0 | 1 | 33 | 262 | 24 | 103 |
| Binary | 10011001 | 10111011 | 10111010 | 10010 | 0 | 1 | 11011 | 10110010 | 10100 | 1000011 |
Color Harmonies of #99BBBA
Complementary color
Monochromatic Colors of #99BBBA
Black with #99BBBA
Text Example
Text Example
White with #99BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBBA; }
p { color: rgb(153,187,186); }
H1.HeaderClassName
{
color: #99BBBA;
}
.AnyTagClassName
{
color: #99BBBA;
}
</style>
background-color css
<style>
a { background-color: #99BBBA; }
a { background-color: rgb(153,187,186); }
div.DivClassName
{
background-color: #99BBBA;
}
.BgClassName
{
background-color: #99BBBA;
}
</style>
border-color css
<style>
span { border-color: #99BBBA; }
span { border-color: rgb(153,187,186); }
td.TdClassName
{
border-color: #99BBBA;
}
.TagClassName
{
border-color: #99BBBA;
}
</style>