Shades of Shadow Green #99BAB0
Tints of Shadow Green #99BAB0
RGB
CMYK
RGB Variations
Color information
#99BAB0 (or 0x99BAB0) is known color: Shadow Green. HEX triplet: 99, BA and B0. RGB value is (153,186,176). Sum of RGB (Red+Green+Blue) = 153+186+176=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #99BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BAB0 is #66454F. Grayscale: #AFAFAF. Windows color (decimal): -6702416 or 11582105. OLE color: 11582105.
HSL color Cylindrical-coordinate representation of color #99BAB0: hue angle of 161.82º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BAB0 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 176 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.27 |
| HSL | 161.82º | 0.19% | 0.66% | - |
| HSV(B) | 161.82º | 0.18% | 0.73% | - |
| XYZ | 38.53 | 45.02 | 47.73 | - |
| YUV | 174.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 176 | 0.18 | 0 | 0.05 | 0.27 | 161.82 | 0.19 | 0.66 |
| Hex | 99 | BA | B0 | 12 | 0 | 5 | 1B | A2 | 13 | 42 |
| Octal | 231 | 272 | 260 | 22 | 0 | 5 | 33 | 242 | 23 | 102 |
| Binary | 10011001 | 10111010 | 10110000 | 10010 | 0 | 101 | 11011 | 10100010 | 10011 | 1000010 |
Color Harmonies of #99BAB0
Complementary color
Monochromatic Colors of #99BAB0
Black with #99BAB0
Text Example
Text Example
White with #99BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BAB0; }
p { color: rgb(153,186,176); }
H1.HeaderClassName
{
color: #99BAB0;
}
.AnyTagClassName
{
color: #99BAB0;
}
</style>
background-color css
<style>
a { background-color: #99BAB0; }
a { background-color: rgb(153,186,176); }
div.DivClassName
{
background-color: #99BAB0;
}
.BgClassName
{
background-color: #99BAB0;
}
</style>
border-color css
<style>
span { border-color: #99BAB0; }
span { border-color: rgb(153,186,176); }
td.TdClassName
{
border-color: #99BAB0;
}
.TagClassName
{
border-color: #99BAB0;
}
</style>