Shades of Shadow Green #9CBAB4
Tints of Shadow Green #9CBAB4
RGB
CMYK
RGB Variations
Color information
#9CBAB4 (or 0x9CBAB4) is known color: Shadow Green. HEX triplet: 9C, BA and B4. RGB value is (156,186,180). Sum of RGB (Red+Green+Blue) = 156+186+180=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBAB4 is #63454B. Grayscale: #B0B0B0. Windows color (decimal): -6505804 or 11844252. OLE color: 11844252.
HSL color Cylindrical-coordinate representation of color #9CBAB4: hue angle of 168º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CBAB4 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 180 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.27 |
| HSL | 168º | 0.18% | 0.67% | - |
| HSV(B) | 168º | 0.16% | 0.73% | - |
| XYZ | 39.51 | 45.48 | 49.88 | - |
| YUV | 176.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 180 | 0.16 | 0 | 0.03 | 0.27 | 168 | 0.18 | 0.67 |
| Hex | 9C | BA | B4 | 10 | 0 | 3 | 1B | A8 | 12 | 43 |
| Octal | 234 | 272 | 264 | 20 | 0 | 3 | 33 | 250 | 22 | 103 |
| Binary | 10011100 | 10111010 | 10110100 | 10000 | 0 | 11 | 11011 | 10101000 | 10010 | 1000011 |
Color Harmonies of #9CBAB4
Complementary color
Monochromatic Colors of #9CBAB4
Black with #9CBAB4
Text Example
Text Example
White with #9CBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBAB4; }
p { color: rgb(156,186,180); }
H1.HeaderClassName
{
color: #9CBAB4;
}
.AnyTagClassName
{
color: #9CBAB4;
}
</style>
background-color css
<style>
a { background-color: #9CBAB4; }
a { background-color: rgb(156,186,180); }
div.DivClassName
{
background-color: #9CBAB4;
}
.BgClassName
{
background-color: #9CBAB4;
}
</style>
border-color css
<style>
span { border-color: #9CBAB4; }
span { border-color: rgb(156,186,180); }
td.TdClassName
{
border-color: #9CBAB4;
}
.TagClassName
{
border-color: #9CBAB4;
}
</style>