Shades of Shadow Green #9BCDBD
Tints of Shadow Green #9BCDBD
RGB
CMYK
RGB Variations
Color information
#9BCDBD (or 0x9BCDBD) is known color: Shadow Green. HEX triplet: 9B, CD and BD. RGB value is (155,205,189). Sum of RGB (Red+Green+Blue) = 155+205+189=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDBD is #643242. Grayscale: #BCBCBC. Windows color (decimal): -6566467 or 12438939. OLE color: 12438939.
HSL color Cylindrical-coordinate representation of color #9BCDBD: hue angle of 160.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDBD is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 189 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.20 |
| HSL | 160.8º | 0.33% | 0.71% | - |
| HSV(B) | 160.8º | 0.24% | 0.8% | - |
| XYZ | 44.53 | 54.31 | 56.28 | - |
| YUV | 188.23 | 128.44 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 189 | 0.24 | 0 | 0.08 | 0.20 | 160.8 | 0.33 | 0.71 |
| Hex | 9B | CD | BD | 18 | 0 | 8 | 14 | A1 | 21 | 47 |
| Octal | 233 | 315 | 275 | 30 | 0 | 10 | 24 | 241 | 41 | 107 |
| Binary | 10011011 | 11001101 | 10111101 | 11000 | 0 | 1000 | 10100 | 10100001 | 100001 | 1000111 |
Color Harmonies of #9BCDBD
Complementary color
Monochromatic Colors of #9BCDBD
Black with #9BCDBD
Text Example
Text Example
White with #9BCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDBD; }
p { color: rgb(155,205,189); }
H1.HeaderClassName
{
color: #9BCDBD;
}
.AnyTagClassName
{
color: #9BCDBD;
}
</style>
background-color css
<style>
a { background-color: #9BCDBD; }
a { background-color: rgb(155,205,189); }
div.DivClassName
{
background-color: #9BCDBD;
}
.BgClassName
{
background-color: #9BCDBD;
}
</style>
border-color css
<style>
span { border-color: #9BCDBD; }
span { border-color: rgb(155,205,189); }
td.TdClassName
{
border-color: #9BCDBD;
}
.TagClassName
{
border-color: #9BCDBD;
}
</style>