Shades of Shadow Green #9BBFB3
Tints of Shadow Green #9BBFB3
RGB
CMYK
RGB Variations
Color information
#9BBFB3 (or 0x9BBFB3) is known color: Shadow Green. HEX triplet: 9B, BF and B3. RGB value is (155,191,179). Sum of RGB (Red+Green+Blue) = 155+191+179=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFB3 is #64404C. Grayscale: #B2B2B2. Windows color (decimal): -6570061 or 11779995. OLE color: 11779995.
HSL color Cylindrical-coordinate representation of color #9BBFB3: hue angle of 160º 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 #9BBFB3 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 179 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.25 |
| HSL | 160º | 0.22% | 0.68% | - |
| HSV(B) | 160º | 0.19% | 0.75% | - |
| XYZ | 40.29 | 47.48 | 49.69 | - |
| YUV | 178.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 179 | 0.19 | 0 | 0.06 | 0.25 | 160 | 0.22 | 0.68 |
| Hex | 9B | BF | B3 | 13 | 0 | 6 | 19 | A0 | 16 | 44 |
| Octal | 233 | 277 | 263 | 23 | 0 | 6 | 31 | 240 | 26 | 104 |
| Binary | 10011011 | 10111111 | 10110011 | 10011 | 0 | 110 | 11001 | 10100000 | 10110 | 1000100 |
Color Harmonies of #9BBFB3
Complementary color
Monochromatic Colors of #9BBFB3
Black with #9BBFB3
Text Example
Text Example
White with #9BBFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFB3; }
p { color: rgb(155,191,179); }
H1.HeaderClassName
{
color: #9BBFB3;
}
.AnyTagClassName
{
color: #9BBFB3;
}
</style>
background-color css
<style>
a { background-color: #9BBFB3; }
a { background-color: rgb(155,191,179); }
div.DivClassName
{
background-color: #9BBFB3;
}
.BgClassName
{
background-color: #9BBFB3;
}
</style>
border-color css
<style>
span { border-color: #9BBFB3; }
span { border-color: rgb(155,191,179); }
td.TdClassName
{
border-color: #9BBFB3;
}
.TagClassName
{
border-color: #9BBFB3;
}
</style>