Shades of Shadow Green #9BBBB5
Tints of Shadow Green #9BBBB5
RGB
CMYK
RGB Variations
Color information
#9BBBB5 (or 0x9BBBB5) is known color: Shadow Green. HEX triplet: 9B, BB and B5. RGB value is (155,187,181). Sum of RGB (Red+Green+Blue) = 155+187+181=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBB5 is #64444A. Grayscale: #B0B0B0. Windows color (decimal): -6571083 or 11910043. OLE color: 11910043.
HSL color Cylindrical-coordinate representation of color #9BBBB5: hue angle of 168.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BBBB5 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 181 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.27 |
| HSL | 168.75º | 0.19% | 0.67% | - |
| HSV(B) | 168.75º | 0.17% | 0.73% | - |
| XYZ | 39.63 | 45.85 | 50.48 | - |
| YUV | 176.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 181 | 0.17 | 0 | 0.03 | 0.27 | 168.75 | 0.19 | 0.67 |
| Hex | 9B | BB | B5 | 11 | 0 | 3 | 1B | A9 | 13 | 43 |
| Octal | 233 | 273 | 265 | 21 | 0 | 3 | 33 | 251 | 23 | 103 |
| Binary | 10011011 | 10111011 | 10110101 | 10001 | 0 | 11 | 11011 | 10101001 | 10011 | 1000011 |
Color Harmonies of #9BBBB5
Complementary color
Monochromatic Colors of #9BBBB5
Black with #9BBBB5
Text Example
Text Example
White with #9BBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBBB5; }
p { color: rgb(155,187,181); }
H1.HeaderClassName
{
color: #9BBBB5;
}
.AnyTagClassName
{
color: #9BBBB5;
}
</style>
background-color css
<style>
a { background-color: #9BBBB5; }
a { background-color: rgb(155,187,181); }
div.DivClassName
{
background-color: #9BBBB5;
}
.BgClassName
{
background-color: #9BBBB5;
}
</style>
border-color css
<style>
span { border-color: #9BBBB5; }
span { border-color: rgb(155,187,181); }
td.TdClassName
{
border-color: #9BBBB5;
}
.TagClassName
{
border-color: #9BBBB5;
}
</style>