Shades of Shadow Green #99BAB7
Tints of Shadow Green #99BAB7
RGB
CMYK
RGB Variations
Color information
#99BAB7 (or 0x99BAB7) is known color: Shadow Green. HEX triplet: 99, BA and B7. RGB value is (153,186,183). Sum of RGB (Red+Green+Blue) = 153+186+183=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #99BAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BAB7 is #664548. Grayscale: #AFAFAF. Windows color (decimal): -6702409 or 12040857. OLE color: 12040857.
HSL color Cylindrical-coordinate representation of color #99BAB7: hue angle of 174.55º 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 #99BAB7 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 183 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.27 |
| HSL | 174.55º | 0.19% | 0.66% | - |
| HSV(B) | 174.55º | 0.18% | 0.73% | - |
| XYZ | 39.24 | 45.31 | 51.48 | - |
| YUV | 175.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 183 | 0.18 | 0 | 0.02 | 0.27 | 174.55 | 0.19 | 0.66 |
| Hex | 99 | BA | B7 | 12 | 0 | 2 | 1B | AF | 13 | 42 |
| Octal | 231 | 272 | 267 | 22 | 0 | 2 | 33 | 257 | 23 | 102 |
| Binary | 10011001 | 10111010 | 10110111 | 10010 | 0 | 10 | 11011 | 10101111 | 10011 | 1000010 |
Color Harmonies of #99BAB7
Complementary color
Monochromatic Colors of #99BAB7
Black with #99BAB7
Text Example
Text Example
White with #99BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BAB7; }
p { color: rgb(153,186,183); }
H1.HeaderClassName
{
color: #99BAB7;
}
.AnyTagClassName
{
color: #99BAB7;
}
</style>
background-color css
<style>
a { background-color: #99BAB7; }
a { background-color: rgb(153,186,183); }
div.DivClassName
{
background-color: #99BAB7;
}
.BgClassName
{
background-color: #99BAB7;
}
</style>
border-color css
<style>
span { border-color: #99BAB7; }
span { border-color: rgb(153,186,183); }
td.TdClassName
{
border-color: #99BAB7;
}
.TagClassName
{
border-color: #99BAB7;
}
</style>