Shades of Shadow Green #9DBFB2
Tints of Shadow Green #9DBFB2
RGB
CMYK
RGB Variations
Color information
#9DBFB2 (or 0x9DBFB2) is known color: Shadow Green. HEX triplet: 9D, BF and B2. RGB value is (157,191,178). Sum of RGB (Red+Green+Blue) = 157+191+178=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBFB2 is #62404D. Grayscale: #B3B3B3. Windows color (decimal): -6438990 or 11714461. OLE color: 11714461.
HSL color Cylindrical-coordinate representation of color #9DBFB2: hue angle of 157.06º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBFB2 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 178 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.25 |
| HSL | 157.06º | 0.21% | 0.68% | - |
| HSV(B) | 157.06º | 0.18% | 0.75% | - |
| XYZ | 40.57 | 47.64 | 49.18 | - |
| YUV | 179.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 178 | 0.18 | 0 | 0.07 | 0.25 | 157.06 | 0.21 | 0.68 |
| Hex | 9D | BF | B2 | 12 | 0 | 7 | 19 | 9D | 15 | 44 |
| Octal | 235 | 277 | 262 | 22 | 0 | 7 | 31 | 235 | 25 | 104 |
| Binary | 10011101 | 10111111 | 10110010 | 10010 | 0 | 111 | 11001 | 10011101 | 10101 | 1000100 |
Color Harmonies of #9DBFB2
Complementary color
Monochromatic Colors of #9DBFB2
Black with #9DBFB2
Text Example
Text Example
White with #9DBFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFB2; }
p { color: rgb(157,191,178); }
H1.HeaderClassName
{
color: #9DBFB2;
}
.AnyTagClassName
{
color: #9DBFB2;
}
</style>
background-color css
<style>
a { background-color: #9DBFB2; }
a { background-color: rgb(157,191,178); }
div.DivClassName
{
background-color: #9DBFB2;
}
.BgClassName
{
background-color: #9DBFB2;
}
</style>
border-color css
<style>
span { border-color: #9DBFB2; }
span { border-color: rgb(157,191,178); }
td.TdClassName
{
border-color: #9DBFB2;
}
.TagClassName
{
border-color: #9DBFB2;
}
</style>