Shades of Shadow Green #97BFB2
Tints of Shadow Green #97BFB2
RGB
CMYK
RGB Variations
Color information
#97BFB2 (or 0x97BFB2) is known color: Shadow Green. HEX triplet: 97, BF and B2. RGB value is (151,191,178). Sum of RGB (Red+Green+Blue) = 151+191+178=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #97BFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BFB2 is #68404D. Grayscale: #B1B1B1. Windows color (decimal): -6832206 or 11714455. OLE color: 11714455.
HSL color Cylindrical-coordinate representation of color #97BFB2: hue angle of 160.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97BFB2 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 191 | 178 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.25 |
| HSL | 160.5º | 0.24% | 0.67% | - |
| HSV(B) | 160.5º | 0.21% | 0.75% | - |
| XYZ | 39.43 | 47.06 | 49.12 | - |
| YUV | 177.56 | 128.25 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 191 | 178 | 0.21 | 0 | 0.07 | 0.25 | 160.5 | 0.24 | 0.67 |
| Hex | 97 | BF | B2 | 15 | 0 | 7 | 19 | A0 | 18 | 43 |
| Octal | 227 | 277 | 262 | 25 | 0 | 7 | 31 | 240 | 30 | 103 |
| Binary | 10010111 | 10111111 | 10110010 | 10101 | 0 | 111 | 11001 | 10100000 | 11000 | 1000011 |
Color Harmonies of #97BFB2
Complementary color
Monochromatic Colors of #97BFB2
Black with #97BFB2
Text Example
Text Example
White with #97BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BFB2; }
p { color: rgb(151,191,178); }
H1.HeaderClassName
{
color: #97BFB2;
}
.AnyTagClassName
{
color: #97BFB2;
}
</style>
background-color css
<style>
a { background-color: #97BFB2; }
a { background-color: rgb(151,191,178); }
div.DivClassName
{
background-color: #97BFB2;
}
.BgClassName
{
background-color: #97BFB2;
}
</style>
border-color css
<style>
span { border-color: #97BFB2; }
span { border-color: rgb(151,191,178); }
td.TdClassName
{
border-color: #97BFB2;
}
.TagClassName
{
border-color: #97BFB2;
}
</style>