Shades of Shadow Green #9CBDBA
Tints of Shadow Green #9CBDBA
RGB
CMYK
RGB Variations
Color information
#9CBDBA (or 0x9CBDBA) is known color: Shadow Green. HEX triplet: 9C, BD and BA. RGB value is (156,189,186). Sum of RGB (Red+Green+Blue) = 156+189+186=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDBA is #634245. Grayscale: #B2B2B2. Windows color (decimal): -6505030 or 12238236. OLE color: 12238236.
HSL color Cylindrical-coordinate representation of color #9CBDBA: hue angle of 174.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBDBA is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 186 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.26 |
| HSL | 174.55º | 0.2% | 0.68% | - |
| HSV(B) | 174.55º | 0.17% | 0.74% | - |
| XYZ | 40.77 | 47.01 | 53.38 | - |
| YUV | 178.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 186 | 0.17 | 0 | 0.02 | 0.26 | 174.55 | 0.2 | 0.68 |
| Hex | 9C | BD | BA | 11 | 0 | 2 | 1A | AF | 14 | 44 |
| Octal | 234 | 275 | 272 | 21 | 0 | 2 | 32 | 257 | 24 | 104 |
| Binary | 10011100 | 10111101 | 10111010 | 10001 | 0 | 10 | 11010 | 10101111 | 10100 | 1000100 |
Color Harmonies of #9CBDBA
Complementary color
Monochromatic Colors of #9CBDBA
Black with #9CBDBA
Text Example
Text Example
White with #9CBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDBA; }
p { color: rgb(156,189,186); }
H1.HeaderClassName
{
color: #9CBDBA;
}
.AnyTagClassName
{
color: #9CBDBA;
}
</style>
background-color css
<style>
a { background-color: #9CBDBA; }
a { background-color: rgb(156,189,186); }
div.DivClassName
{
background-color: #9CBDBA;
}
.BgClassName
{
background-color: #9CBDBA;
}
</style>
border-color css
<style>
span { border-color: #9CBDBA; }
span { border-color: rgb(156,189,186); }
td.TdClassName
{
border-color: #9CBDBA;
}
.TagClassName
{
border-color: #9CBDBA;
}
</style>