Shades of Shadow Green #99BFB8
Tints of Shadow Green #99BFB8
RGB
CMYK
RGB Variations
Color information
#99BFB8 (or 0x99BFB8) is known color: Shadow Green. HEX triplet: 99, BF and B8. RGB value is (153,191,184). Sum of RGB (Red+Green+Blue) = 153+191+184=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #99BFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFB8 is #664047. Grayscale: #B2B2B2. Windows color (decimal): -6701128 or 12107673. OLE color: 12107673.
HSL color Cylindrical-coordinate representation of color #99BFB8: hue angle of 168.95º 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 #99BFB8 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 184 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.25 |
| HSL | 168.95º | 0.23% | 0.67% | - |
| HSV(B) | 168.95º | 0.2% | 0.75% | - |
| XYZ | 40.42 | 47.49 | 52.38 | - |
| YUV | 178.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 184 | 0.20 | 0 | 0.04 | 0.25 | 168.95 | 0.23 | 0.67 |
| Hex | 99 | BF | B8 | 14 | 0 | 4 | 19 | A9 | 17 | 43 |
| Octal | 231 | 277 | 270 | 24 | 0 | 4 | 31 | 251 | 27 | 103 |
| Binary | 10011001 | 10111111 | 10111000 | 10100 | 0 | 100 | 11001 | 10101001 | 10111 | 1000011 |
Color Harmonies of #99BFB8
Complementary color
Monochromatic Colors of #99BFB8
Black with #99BFB8
Text Example
Text Example
White with #99BFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFB8; }
p { color: rgb(153,191,184); }
H1.HeaderClassName
{
color: #99BFB8;
}
.AnyTagClassName
{
color: #99BFB8;
}
</style>
background-color css
<style>
a { background-color: #99BFB8; }
a { background-color: rgb(153,191,184); }
div.DivClassName
{
background-color: #99BFB8;
}
.BgClassName
{
background-color: #99BFB8;
}
</style>
border-color css
<style>
span { border-color: #99BFB8; }
span { border-color: rgb(153,191,184); }
td.TdClassName
{
border-color: #99BFB8;
}
.TagClassName
{
border-color: #99BFB8;
}
</style>