Shades of Green Spring #B2B997
Tints of Green Spring #B2B997
RGB
CMYK
RGB Variations
Color information
#B2B997 (or 0xB2B997) is known color: Green Spring. HEX triplet: B2, B9 and 97. RGB value is (178,185,151). Sum of RGB (Red+Green+Blue) = 178+185+151=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B997 is #4D4668. Grayscale: #B3B3B3. Windows color (decimal): -5064297 or 9943474. OLE color: 9943474.
HSL color Cylindrical-coordinate representation of color #B2B997: hue angle of 72.35º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2B997 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 151 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.27 |
| HSL | 72.35º | 0.2% | 0.66% | - |
| HSV(B) | 72.35º | 0.18% | 0.73% | - |
| XYZ | 41.29 | 46.4 | 36.06 | - |
| YUV | 179.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 151 | 0.04 | 0 | 0.18 | 0.27 | 72.35 | 0.2 | 0.66 |
| Hex | B2 | B9 | 97 | 4 | 0 | 12 | 1B | 48 | 14 | 42 |
| Octal | 262 | 271 | 227 | 4 | 0 | 22 | 33 | 110 | 24 | 102 |
| Binary | 10110010 | 10111001 | 10010111 | 100 | 0 | 10010 | 11011 | 1001000 | 10100 | 1000010 |
Color Harmonies of #B2B997
Complementary color
Monochromatic Colors of #B2B997
Black with #B2B997
Text Example
Text Example
White with #B2B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B997; }
p { color: rgb(178,185,151); }
H1.HeaderClassName
{
color: #B2B997;
}
.AnyTagClassName
{
color: #B2B997;
}
</style>
background-color css
<style>
a { background-color: #B2B997; }
a { background-color: rgb(178,185,151); }
div.DivClassName
{
background-color: #B2B997;
}
.BgClassName
{
background-color: #B2B997;
}
</style>
border-color css
<style>
span { border-color: #B2B997; }
span { border-color: rgb(178,185,151); }
td.TdClassName
{
border-color: #B2B997;
}
.TagClassName
{
border-color: #B2B997;
}
</style>