Shades of Green Spring #B2BA9E
Tints of Green Spring #B2BA9E
RGB
CMYK
RGB Variations
Color information
#B2BA9E (or 0xB2BA9E) is known color: Green Spring. HEX triplet: B2, BA and 9E. RGB value is (178,186,158). Sum of RGB (Red+Green+Blue) = 178+186+158=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA9E is #4D4561. Grayscale: #B4B4B4. Windows color (decimal): -5064034 or 10402482. OLE color: 10402482.
HSL color Cylindrical-coordinate representation of color #B2BA9E: hue angle of 77.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2BA9E is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 158 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.27 |
| HSL | 77.14º | 0.17% | 0.67% | - |
| HSV(B) | 77.14º | 0.15% | 0.73% | - |
| XYZ | 42.09 | 47.05 | 39.21 | - |
| YUV | 180.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 158 | 0.04 | 0 | 0.15 | 0.27 | 77.14 | 0.17 | 0.67 |
| Hex | B2 | BA | 9E | 4 | 0 | F | 1B | 4D | 11 | 43 |
| Octal | 262 | 272 | 236 | 4 | 0 | 17 | 33 | 115 | 21 | 103 |
| Binary | 10110010 | 10111010 | 10011110 | 100 | 0 | 1111 | 11011 | 1001101 | 10001 | 1000011 |
Color Harmonies of #B2BA9E
Complementary color
Monochromatic Colors of #B2BA9E
Black with #B2BA9E
Text Example
Text Example
White with #B2BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA9E; }
p { color: rgb(178,186,158); }
H1.HeaderClassName
{
color: #B2BA9E;
}
.AnyTagClassName
{
color: #B2BA9E;
}
</style>
background-color css
<style>
a { background-color: #B2BA9E; }
a { background-color: rgb(178,186,158); }
div.DivClassName
{
background-color: #B2BA9E;
}
.BgClassName
{
background-color: #B2BA9E;
}
</style>
border-color css
<style>
span { border-color: #B2BA9E; }
span { border-color: rgb(178,186,158); }
td.TdClassName
{
border-color: #B2BA9E;
}
.TagClassName
{
border-color: #B2BA9E;
}
</style>