Shades of Green Spring #B2B597
Tints of Green Spring #B2B597
RGB
CMYK
RGB Variations
Color information
#B2B597 (or 0xB2B597) is known color: Green Spring. HEX triplet: B2, B5 and 97. RGB value is (178,181,151). Sum of RGB (Red+Green+Blue) = 178+181+151=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B597 is #4D4A68. Grayscale: #B0B0B0. Windows color (decimal): -5065321 or 9942450. OLE color: 9942450.
HSL color Cylindrical-coordinate representation of color #B2B597: hue angle of 66º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2B597 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 151 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.29 |
| HSL | 66º | 0.17% | 0.65% | - |
| HSV(B) | 66º | 0.17% | 0.71% | - |
| XYZ | 40.47 | 44.75 | 35.78 | - |
| YUV | 176.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 151 | 0.02 | 0 | 0.17 | 0.29 | 66 | 0.17 | 0.65 |
| Hex | B2 | B5 | 97 | 2 | 0 | 11 | 1D | 42 | 11 | 41 |
| Octal | 262 | 265 | 227 | 2 | 0 | 21 | 35 | 102 | 21 | 101 |
| Binary | 10110010 | 10110101 | 10010111 | 10 | 0 | 10001 | 11101 | 1000010 | 10001 | 1000001 |
Color Harmonies of #B2B597
Complementary color
Monochromatic Colors of #B2B597
Black with #B2B597
Text Example
Text Example
White with #B2B597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B597; }
p { color: rgb(178,181,151); }
H1.HeaderClassName
{
color: #B2B597;
}
.AnyTagClassName
{
color: #B2B597;
}
</style>
background-color css
<style>
a { background-color: #B2B597; }
a { background-color: rgb(178,181,151); }
div.DivClassName
{
background-color: #B2B597;
}
.BgClassName
{
background-color: #B2B597;
}
</style>
border-color css
<style>
span { border-color: #B2B597; }
span { border-color: rgb(178,181,151); }
td.TdClassName
{
border-color: #B2B597;
}
.TagClassName
{
border-color: #B2B597;
}
</style>