Shades of Shadow Green #9CBFBB
Tints of Shadow Green #9CBFBB
RGB
CMYK
RGB Variations
Color information
#9CBFBB (or 0x9CBFBB) is known color: Shadow Green. HEX triplet: 9C, BF and BB. RGB value is (156,191,187). Sum of RGB (Red+Green+Blue) = 156+191+187=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFBB is #634044. Grayscale: #B4B4B4. Windows color (decimal): -6504517 or 12304284. OLE color: 12304284.
HSL color Cylindrical-coordinate representation of color #9CBFBB: hue angle of 173.14º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBFBB is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 187 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.25 |
| HSL | 173.14º | 0.21% | 0.68% | - |
| HSV(B) | 173.14º | 0.18% | 0.75% | - |
| XYZ | 41.31 | 47.92 | 54.09 | - |
| YUV | 180.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 187 | 0.18 | 0 | 0.02 | 0.25 | 173.14 | 0.21 | 0.68 |
| Hex | 9C | BF | BB | 12 | 0 | 2 | 19 | AD | 15 | 44 |
| Octal | 234 | 277 | 273 | 22 | 0 | 2 | 31 | 255 | 25 | 104 |
| Binary | 10011100 | 10111111 | 10111011 | 10010 | 0 | 10 | 11001 | 10101101 | 10101 | 1000100 |
Color Harmonies of #9CBFBB
Complementary color
Monochromatic Colors of #9CBFBB
Black with #9CBFBB
Text Example
Text Example
White with #9CBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBFBB; }
p { color: rgb(156,191,187); }
H1.HeaderClassName
{
color: #9CBFBB;
}
.AnyTagClassName
{
color: #9CBFBB;
}
</style>
background-color css
<style>
a { background-color: #9CBFBB; }
a { background-color: rgb(156,191,187); }
div.DivClassName
{
background-color: #9CBFBB;
}
.BgClassName
{
background-color: #9CBFBB;
}
</style>
border-color css
<style>
span { border-color: #9CBFBB; }
span { border-color: rgb(156,191,187); }
td.TdClassName
{
border-color: #9CBFBB;
}
.TagClassName
{
border-color: #9CBFBB;
}
</style>