Shades of Shadow Green #9BBDBB
Tints of Shadow Green #9BBDBB
RGB
CMYK
RGB Variations
Color information
#9BBDBB (or 0x9BBDBB) is known color: Shadow Green. HEX triplet: 9B, BD and BB. RGB value is (155,189,187). Sum of RGB (Red+Green+Blue) = 155+189+187=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDBB is #644244. Grayscale: #B2B2B2. Windows color (decimal): -6570565 or 12303771. OLE color: 12303771.
HSL color Cylindrical-coordinate representation of color #9BBDBB: hue angle of 176.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBDBB is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 187 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.26 |
| HSL | 176.47º | 0.2% | 0.67% | - |
| HSV(B) | 176.47º | 0.18% | 0.74% | - |
| XYZ | 40.68 | 46.95 | 53.93 | - |
| YUV | 178.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 187 | 0.18 | 0 | 0.01 | 0.26 | 176.47 | 0.2 | 0.67 |
| Hex | 9B | BD | BB | 12 | 0 | 1 | 1A | B0 | 14 | 43 |
| Octal | 233 | 275 | 273 | 22 | 0 | 1 | 32 | 260 | 24 | 103 |
| Binary | 10011011 | 10111101 | 10111011 | 10010 | 0 | 1 | 11010 | 10110000 | 10100 | 1000011 |
Color Harmonies of #9BBDBB
Complementary color
Monochromatic Colors of #9BBDBB
Black with #9BBDBB
Text Example
Text Example
White with #9BBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDBB; }
p { color: rgb(155,189,187); }
H1.HeaderClassName
{
color: #9BBDBB;
}
.AnyTagClassName
{
color: #9BBDBB;
}
</style>
background-color css
<style>
a { background-color: #9BBDBB; }
a { background-color: rgb(155,189,187); }
div.DivClassName
{
background-color: #9BBDBB;
}
.BgClassName
{
background-color: #9BBDBB;
}
</style>
border-color css
<style>
span { border-color: #9BBDBB; }
span { border-color: rgb(155,189,187); }
td.TdClassName
{
border-color: #9BBDBB;
}
.TagClassName
{
border-color: #9BBDBB;
}
</style>