Shades of Shadow Green #99BAB3
Tints of Shadow Green #99BAB3
RGB
CMYK
RGB Variations
Color information
#99BAB3 (or 0x99BAB3) is known color: Shadow Green. HEX triplet: 99, BA and B3. RGB value is (153,186,179). Sum of RGB (Red+Green+Blue) = 153+186+179=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #99BAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BAB3 is #66454C. Grayscale: #AFAFAF. Windows color (decimal): -6702413 or 11778713. OLE color: 11778713.
HSL color Cylindrical-coordinate representation of color #99BAB3: hue angle of 167.27º 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 #99BAB3 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 179 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.27 |
| HSL | 167.27º | 0.19% | 0.66% | - |
| HSV(B) | 167.27º | 0.18% | 0.73% | - |
| XYZ | 38.83 | 45.14 | 49.31 | - |
| YUV | 175.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 179 | 0.18 | 0 | 0.04 | 0.27 | 167.27 | 0.19 | 0.66 |
| Hex | 99 | BA | B3 | 12 | 0 | 4 | 1B | A7 | 13 | 42 |
| Octal | 231 | 272 | 263 | 22 | 0 | 4 | 33 | 247 | 23 | 102 |
| Binary | 10011001 | 10111010 | 10110011 | 10010 | 0 | 100 | 11011 | 10100111 | 10011 | 1000010 |
Color Harmonies of #99BAB3
Complementary color
Monochromatic Colors of #99BAB3
Black with #99BAB3
Text Example
Text Example
White with #99BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BAB3; }
p { color: rgb(153,186,179); }
H1.HeaderClassName
{
color: #99BAB3;
}
.AnyTagClassName
{
color: #99BAB3;
}
</style>
background-color css
<style>
a { background-color: #99BAB3; }
a { background-color: rgb(153,186,179); }
div.DivClassName
{
background-color: #99BAB3;
}
.BgClassName
{
background-color: #99BAB3;
}
</style>
border-color css
<style>
span { border-color: #99BAB3; }
span { border-color: rgb(153,186,179); }
td.TdClassName
{
border-color: #99BAB3;
}
.TagClassName
{
border-color: #99BAB3;
}
</style>