Shades of Shadow Green #9FBFBC
Tints of Shadow Green #9FBFBC
RGB
CMYK
RGB Variations
Color information
#9FBFBC (or 0x9FBFBC) is known color: Shadow Green. HEX triplet: 9F, BF and BC. RGB value is (159,191,188). Sum of RGB (Red+Green+Blue) = 159+191+188=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBFBC is #604043. Grayscale: #B5B5B5. Windows color (decimal): -6307908 or 12369823. OLE color: 12369823.
HSL color Cylindrical-coordinate representation of color #9FBFBC: hue angle of 174.38º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FBFBC is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 188 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.25 |
| HSL | 174.38º | 0.2% | 0.69% | - |
| HSV(B) | 174.38º | 0.17% | 0.75% | - |
| XYZ | 42.01 | 48.26 | 54.68 | - |
| YUV | 181.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 188 | 0.17 | 0 | 0.02 | 0.25 | 174.38 | 0.2 | 0.69 |
| Hex | 9F | BF | BC | 11 | 0 | 2 | 19 | AE | 14 | 45 |
| Octal | 237 | 277 | 274 | 21 | 0 | 2 | 31 | 256 | 24 | 105 |
| Binary | 10011111 | 10111111 | 10111100 | 10001 | 0 | 10 | 11001 | 10101110 | 10100 | 1000101 |
Color Harmonies of #9FBFBC
Complementary color
Monochromatic Colors of #9FBFBC
Black with #9FBFBC
Text Example
Text Example
White with #9FBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBFBC; }
p { color: rgb(159,191,188); }
H1.HeaderClassName
{
color: #9FBFBC;
}
.AnyTagClassName
{
color: #9FBFBC;
}
</style>
background-color css
<style>
a { background-color: #9FBFBC; }
a { background-color: rgb(159,191,188); }
div.DivClassName
{
background-color: #9FBFBC;
}
.BgClassName
{
background-color: #9FBFBC;
}
</style>
border-color css
<style>
span { border-color: #9FBFBC; }
span { border-color: rgb(159,191,188); }
td.TdClassName
{
border-color: #9FBFBC;
}
.TagClassName
{
border-color: #9FBFBC;
}
</style>