Shades of Green Spring #B2BA9A
Tints of Green Spring #B2BA9A
RGB
CMYK
RGB Variations
Color information
#B2BA9A (or 0xB2BA9A) is known color: Green Spring. HEX triplet: B2, BA and 9A. RGB value is (178,186,154). Sum of RGB (Red+Green+Blue) = 178+186+154=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA9A is #4D4565. Grayscale: #B4B4B4. Windows color (decimal): -5064038 or 10140338. OLE color: 10140338.
HSL color Cylindrical-coordinate representation of color #B2BA9A: hue angle of 75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2BA9A is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 154 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.27 |
| HSL | 75º | 0.19% | 0.67% | - |
| HSV(B) | 75º | 0.17% | 0.73% | - |
| XYZ | 41.75 | 46.92 | 37.43 | - |
| YUV | 179.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 154 | 0.04 | 0 | 0.17 | 0.27 | 75 | 0.19 | 0.67 |
| Hex | B2 | BA | 9A | 4 | 0 | 11 | 1B | 4B | 13 | 43 |
| Octal | 262 | 272 | 232 | 4 | 0 | 21 | 33 | 113 | 23 | 103 |
| Binary | 10110010 | 10111010 | 10011010 | 100 | 0 | 10001 | 11011 | 1001011 | 10011 | 1000011 |
Color Harmonies of #B2BA9A
Complementary color
Monochromatic Colors of #B2BA9A
Black with #B2BA9A
Text Example
Text Example
White with #B2BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA9A; }
p { color: rgb(178,186,154); }
H1.HeaderClassName
{
color: #B2BA9A;
}
.AnyTagClassName
{
color: #B2BA9A;
}
</style>
background-color css
<style>
a { background-color: #B2BA9A; }
a { background-color: rgb(178,186,154); }
div.DivClassName
{
background-color: #B2BA9A;
}
.BgClassName
{
background-color: #B2BA9A;
}
</style>
border-color css
<style>
span { border-color: #B2BA9A; }
span { border-color: rgb(178,186,154); }
td.TdClassName
{
border-color: #B2BA9A;
}
.TagClassName
{
border-color: #B2BA9A;
}
</style>