Shades of Shadow Green #9BBFB5
Tints of Shadow Green #9BBFB5
RGB
CMYK
RGB Variations
Color information
#9BBFB5 (or 0x9BBFB5) is known color: Shadow Green. HEX triplet: 9B, BF and B5. RGB value is (155,191,181). Sum of RGB (Red+Green+Blue) = 155+191+181=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFB5 is #64404A. Grayscale: #B3B3B3. Windows color (decimal): -6570059 or 11911067. OLE color: 11911067.
HSL color Cylindrical-coordinate representation of color #9BBFB5: hue angle of 163.33º 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 #9BBFB5 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 181 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.25 |
| HSL | 163.33º | 0.22% | 0.68% | - |
| HSV(B) | 163.33º | 0.19% | 0.75% | - |
| XYZ | 40.49 | 47.57 | 50.76 | - |
| YUV | 179.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 181 | 0.19 | 0 | 0.05 | 0.25 | 163.33 | 0.22 | 0.68 |
| Hex | 9B | BF | B5 | 13 | 0 | 5 | 19 | A3 | 16 | 44 |
| Octal | 233 | 277 | 265 | 23 | 0 | 5 | 31 | 243 | 26 | 104 |
| Binary | 10011011 | 10111111 | 10110101 | 10011 | 0 | 101 | 11001 | 10100011 | 10110 | 1000100 |
Color Harmonies of #9BBFB5
Complementary color
Monochromatic Colors of #9BBFB5
Black with #9BBFB5
Text Example
Text Example
White with #9BBFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFB5; }
p { color: rgb(155,191,181); }
H1.HeaderClassName
{
color: #9BBFB5;
}
.AnyTagClassName
{
color: #9BBFB5;
}
</style>
background-color css
<style>
a { background-color: #9BBFB5; }
a { background-color: rgb(155,191,181); }
div.DivClassName
{
background-color: #9BBFB5;
}
.BgClassName
{
background-color: #9BBFB5;
}
</style>
border-color css
<style>
span { border-color: #9BBFB5; }
span { border-color: rgb(155,191,181); }
td.TdClassName
{
border-color: #9BBFB5;
}
.TagClassName
{
border-color: #9BBFB5;
}
</style>