Shades of Shadow Green #9BBFB2
Tints of Shadow Green #9BBFB2
RGB
CMYK
RGB Variations
Color information
#9BBFB2 (or 0x9BBFB2) is known color: Shadow Green. HEX triplet: 9B, BF and B2. RGB value is (155,191,178). Sum of RGB (Red+Green+Blue) = 155+191+178=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBFB2 is #64404D. Grayscale: #B2B2B2. Windows color (decimal): -6570062 or 11714459. OLE color: 11714459.
HSL color Cylindrical-coordinate representation of color #9BBFB2: hue angle of 158.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 #9BBFB2 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 178 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.25 |
| HSL | 158.33º | 0.22% | 0.68% | - |
| HSV(B) | 158.33º | 0.19% | 0.75% | - |
| XYZ | 40.18 | 47.44 | 49.16 | - |
| YUV | 178.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 178 | 0.19 | 0 | 0.07 | 0.25 | 158.33 | 0.22 | 0.68 |
| Hex | 9B | BF | B2 | 13 | 0 | 7 | 19 | 9E | 16 | 44 |
| Octal | 233 | 277 | 262 | 23 | 0 | 7 | 31 | 236 | 26 | 104 |
| Binary | 10011011 | 10111111 | 10110010 | 10011 | 0 | 111 | 11001 | 10011110 | 10110 | 1000100 |
Color Harmonies of #9BBFB2
Complementary color
Monochromatic Colors of #9BBFB2
Black with #9BBFB2
Text Example
Text Example
White with #9BBFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFB2; }
p { color: rgb(155,191,178); }
H1.HeaderClassName
{
color: #9BBFB2;
}
.AnyTagClassName
{
color: #9BBFB2;
}
</style>
background-color css
<style>
a { background-color: #9BBFB2; }
a { background-color: rgb(155,191,178); }
div.DivClassName
{
background-color: #9BBFB2;
}
.BgClassName
{
background-color: #9BBFB2;
}
</style>
border-color css
<style>
span { border-color: #9BBFB2; }
span { border-color: rgb(155,191,178); }
td.TdClassName
{
border-color: #9BBFB2;
}
.TagClassName
{
border-color: #9BBFB2;
}
</style>