Shades of Shadow Green #99BFB7
Tints of Shadow Green #99BFB7
RGB
CMYK
RGB Variations
Color information
#99BFB7 (or 0x99BFB7) is known color: Shadow Green. HEX triplet: 99, BF and B7. RGB value is (153,191,183). Sum of RGB (Red+Green+Blue) = 153+191+183=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #99BFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFB7 is #664048. Grayscale: #B2B2B2. Windows color (decimal): -6701129 or 12042137. OLE color: 12042137.
HSL color Cylindrical-coordinate representation of color #99BFB7: hue angle of 167.37º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BFB7 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 183 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.25 |
| HSL | 167.37º | 0.23% | 0.67% | - |
| HSV(B) | 167.37º | 0.2% | 0.75% | - |
| XYZ | 40.31 | 47.45 | 51.83 | - |
| YUV | 178.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 183 | 0.20 | 0 | 0.04 | 0.25 | 167.37 | 0.23 | 0.67 |
| Hex | 99 | BF | B7 | 14 | 0 | 4 | 19 | A7 | 17 | 43 |
| Octal | 231 | 277 | 267 | 24 | 0 | 4 | 31 | 247 | 27 | 103 |
| Binary | 10011001 | 10111111 | 10110111 | 10100 | 0 | 100 | 11001 | 10100111 | 10111 | 1000011 |
Color Harmonies of #99BFB7
Complementary color
Monochromatic Colors of #99BFB7
Black with #99BFB7
Text Example
Text Example
White with #99BFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFB7; }
p { color: rgb(153,191,183); }
H1.HeaderClassName
{
color: #99BFB7;
}
.AnyTagClassName
{
color: #99BFB7;
}
</style>
background-color css
<style>
a { background-color: #99BFB7; }
a { background-color: rgb(153,191,183); }
div.DivClassName
{
background-color: #99BFB7;
}
.BgClassName
{
background-color: #99BFB7;
}
</style>
border-color css
<style>
span { border-color: #99BFB7; }
span { border-color: rgb(153,191,183); }
td.TdClassName
{
border-color: #99BFB7;
}
.TagClassName
{
border-color: #99BFB7;
}
</style>