Shades of Shadow Green #9BBFB1
Tints of Shadow Green #9BBFB1
RGB
CMYK
RGB Variations
Color information
#9BBFB1 (or 0x9BBFB1) is known color: Shadow Green. HEX triplet: 9B, BF and B1. RGB value is (155,191,177). Sum of RGB (Red+Green+Blue) = 155+191+177=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBFB1 is #64404E. Grayscale: #B2B2B2. Windows color (decimal): -6570063 or 11648923. OLE color: 11648923.
HSL color Cylindrical-coordinate representation of color #9BBFB1: hue angle of 156.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 #9BBFB1 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 177 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.25 |
| HSL | 156.67º | 0.22% | 0.68% | - |
| HSV(B) | 156.67º | 0.19% | 0.75% | - |
| XYZ | 40.08 | 47.4 | 48.63 | - |
| YUV | 178.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 177 | 0.19 | 0 | 0.07 | 0.25 | 156.67 | 0.22 | 0.68 |
| Hex | 9B | BF | B1 | 13 | 0 | 7 | 19 | 9D | 16 | 44 |
| Octal | 233 | 277 | 261 | 23 | 0 | 7 | 31 | 235 | 26 | 104 |
| Binary | 10011011 | 10111111 | 10110001 | 10011 | 0 | 111 | 11001 | 10011101 | 10110 | 1000100 |
Color Harmonies of #9BBFB1
Complementary color
Monochromatic Colors of #9BBFB1
Black with #9BBFB1
Text Example
Text Example
White with #9BBFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFB1; }
p { color: rgb(155,191,177); }
H1.HeaderClassName
{
color: #9BBFB1;
}
.AnyTagClassName
{
color: #9BBFB1;
}
</style>
background-color css
<style>
a { background-color: #9BBFB1; }
a { background-color: rgb(155,191,177); }
div.DivClassName
{
background-color: #9BBFB1;
}
.BgClassName
{
background-color: #9BBFB1;
}
</style>
border-color css
<style>
span { border-color: #9BBFB1; }
span { border-color: rgb(155,191,177); }
td.TdClassName
{
border-color: #9BBFB1;
}
.TagClassName
{
border-color: #9BBFB1;
}
</style>