Shades of Shadow Green #9FBCB4
Tints of Shadow Green #9FBCB4
RGB
CMYK
RGB Variations
Color information
#9FBCB4 (or 0x9FBCB4) is known color: Shadow Green. HEX triplet: 9F, BC and B4. RGB value is (159,188,180). Sum of RGB (Red+Green+Blue) = 159+188+180=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCB4 is #60434B. Grayscale: #B2B2B2. Windows color (decimal): -6308684 or 11844767. OLE color: 11844767.
HSL color Cylindrical-coordinate representation of color #9FBCB4: hue angle of 163.45º 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 #9FBCB4 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 180 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.26 |
| HSL | 163.45º | 0.18% | 0.68% | - |
| HSV(B) | 163.45º | 0.15% | 0.74% | - |
| XYZ | 40.52 | 46.63 | 50.05 | - |
| YUV | 178.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 180 | 0.15 | 0 | 0.04 | 0.26 | 163.45 | 0.18 | 0.68 |
| Hex | 9F | BC | B4 | F | 0 | 4 | 1A | A3 | 12 | 44 |
| Octal | 237 | 274 | 264 | 17 | 0 | 4 | 32 | 243 | 22 | 104 |
| Binary | 10011111 | 10111100 | 10110100 | 1111 | 0 | 100 | 11010 | 10100011 | 10010 | 1000100 |
Color Harmonies of #9FBCB4
Complementary color
Monochromatic Colors of #9FBCB4
Black with #9FBCB4
Text Example
Text Example
White with #9FBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBCB4; }
p { color: rgb(159,188,180); }
H1.HeaderClassName
{
color: #9FBCB4;
}
.AnyTagClassName
{
color: #9FBCB4;
}
</style>
background-color css
<style>
a { background-color: #9FBCB4; }
a { background-color: rgb(159,188,180); }
div.DivClassName
{
background-color: #9FBCB4;
}
.BgClassName
{
background-color: #9FBCB4;
}
</style>
border-color css
<style>
span { border-color: #9FBCB4; }
span { border-color: rgb(159,188,180); }
td.TdClassName
{
border-color: #9FBCB4;
}
.TagClassName
{
border-color: #9FBCB4;
}
</style>