Shades of Shadow Green #9BBFBD
Tints of Shadow Green #9BBFBD
RGB
CMYK
RGB Variations
Color information
#9BBFBD (or 0x9BBFBD) is known color: Shadow Green. HEX triplet: 9B, BF and BD. RGB value is (155,191,189). Sum of RGB (Red+Green+Blue) = 155+191+189=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFBD is #644042. Grayscale: #B3B3B3. Windows color (decimal): -6570051 or 12435355. OLE color: 12435355.
HSL color Cylindrical-coordinate representation of color #9BBFBD: hue angle of 176.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBFBD is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 189 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.25 |
| HSL | 176.67º | 0.22% | 0.68% | - |
| HSV(B) | 176.67º | 0.19% | 0.75% | - |
| XYZ | 41.33 | 47.9 | 55.21 | - |
| YUV | 180.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 189 | 0.19 | 0 | 0.01 | 0.25 | 176.67 | 0.22 | 0.68 |
| Hex | 9B | BF | BD | 13 | 0 | 1 | 19 | B1 | 16 | 44 |
| Octal | 233 | 277 | 275 | 23 | 0 | 1 | 31 | 261 | 26 | 104 |
| Binary | 10011011 | 10111111 | 10111101 | 10011 | 0 | 1 | 11001 | 10110001 | 10110 | 1000100 |
Color Harmonies of #9BBFBD
Complementary color
Monochromatic Colors of #9BBFBD
Black with #9BBFBD
Text Example
Text Example
White with #9BBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFBD; }
p { color: rgb(155,191,189); }
H1.HeaderClassName
{
color: #9BBFBD;
}
.AnyTagClassName
{
color: #9BBFBD;
}
</style>
background-color css
<style>
a { background-color: #9BBFBD; }
a { background-color: rgb(155,191,189); }
div.DivClassName
{
background-color: #9BBFBD;
}
.BgClassName
{
background-color: #9BBFBD;
}
</style>
border-color css
<style>
span { border-color: #9BBFBD; }
span { border-color: rgb(155,191,189); }
td.TdClassName
{
border-color: #9BBFBD;
}
.TagClassName
{
border-color: #9BBFBD;
}
</style>