Shades of Shadow Green #9FBCB6
Tints of Shadow Green #9FBCB6
RGB
CMYK
RGB Variations
Color information
#9FBCB6 (or 0x9FBCB6) is known color: Shadow Green. HEX triplet: 9F, BC and B6. RGB value is (159,188,182). Sum of RGB (Red+Green+Blue) = 159+188+182=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCB6 is #604349. Grayscale: #B2B2B2. Windows color (decimal): -6308682 or 11975839. OLE color: 11975839.
HSL color Cylindrical-coordinate representation of color #9FBCB6: hue angle of 167.59º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCB6 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 159 | 188 | 182 | - |
CMYK | 0.15 | 0 | 0.03 | 0.26 |
HSL | 167.59º | 0.18% | 0.68% | - |
HSV(B) | 167.59º | 0.15% | 0.74% | - |
XYZ | 40.72 | 46.71 | 51.13 | - |
YUV | 178.65 | 129.89 | 113.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 188 | 182 | 0.15 | 0 | 0.03 | 0.26 | 167.59 | 0.18 | 0.68 |
Hex | 9F | BC | B6 | F | 0 | 3 | 1A | A8 | 12 | 44 |
Octal | 237 | 274 | 266 | 17 | 0 | 3 | 32 | 250 | 22 | 104 |
Binary | 10011111 | 10111100 | 10110110 | 1111 | 0 | 11 | 11010 | 10101000 | 10010 | 1000100 |
Color Harmonies of #9FBCB6
Complementary color
Monochromatic Colors of #9FBCB6
Black with #9FBCB6
Text Example
Text Example
White with #9FBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBCB6; }
p { color: rgb(159,188,182); }
H1.HeaderClassName
{
color: #9FBCB6;
}
.AnyTagClassName
{
color: #9FBCB6;
}
</style>
background-color css
<style>
a { background-color: #9FBCB6; }
a { background-color: rgb(159,188,182); }
div.DivClassName
{
background-color: #9FBCB6;
}
.BgClassName
{
background-color: #9FBCB6;
}
</style>
border-color css
<style>
span { border-color: #9FBCB6; }
span { border-color: rgb(159,188,182); }
td.TdClassName
{
border-color: #9FBCB6;
}
.TagClassName
{
border-color: #9FBCB6;
}
</style>