Shades of Green Spring #B2BA97
Tints of Green Spring #B2BA97
RGB
CMYK
RGB Variations
Color information
#B2BA97 (or 0xB2BA97) is known color: Green Spring. HEX triplet: B2, BA and 97. RGB value is (178,186,151). Sum of RGB (Red+Green+Blue) = 178+186+151=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA97 is #4D4568. Grayscale: #B3B3B3. Windows color (decimal): -5064041 or 9943730. OLE color: 9943730.
HSL color Cylindrical-coordinate representation of color #B2BA97: hue angle of 73.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2BA97 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 151 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.27 |
| HSL | 73.71º | 0.2% | 0.66% | - |
| HSV(B) | 73.71º | 0.19% | 0.73% | - |
| XYZ | 41.5 | 46.82 | 36.13 | - |
| YUV | 179.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 151 | 0.04 | 0 | 0.19 | 0.27 | 73.71 | 0.2 | 0.66 |
| Hex | B2 | BA | 97 | 4 | 0 | 13 | 1B | 4A | 14 | 42 |
| Octal | 262 | 272 | 227 | 4 | 0 | 23 | 33 | 112 | 24 | 102 |
| Binary | 10110010 | 10111010 | 10010111 | 100 | 0 | 10011 | 11011 | 1001010 | 10100 | 1000010 |
Color Harmonies of #B2BA97
Complementary color
Monochromatic Colors of #B2BA97
Black with #B2BA97
Text Example
Text Example
White with #B2BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA97; }
p { color: rgb(178,186,151); }
H1.HeaderClassName
{
color: #B2BA97;
}
.AnyTagClassName
{
color: #B2BA97;
}
</style>
background-color css
<style>
a { background-color: #B2BA97; }
a { background-color: rgb(178,186,151); }
div.DivClassName
{
background-color: #B2BA97;
}
.BgClassName
{
background-color: #B2BA97;
}
</style>
border-color css
<style>
span { border-color: #B2BA97; }
span { border-color: rgb(178,186,151); }
td.TdClassName
{
border-color: #B2BA97;
}
.TagClassName
{
border-color: #B2BA97;
}
</style>