Shades of Green Spring #B2BA94
Tints of Green Spring #B2BA94
RGB
CMYK
RGB Variations
Color information
#B2BA94 (or 0xB2BA94) is known color: Green Spring. HEX triplet: B2, BA and 94. RGB value is (178,186,148). Sum of RGB (Red+Green+Blue) = 178+186+148=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA94 is #4D456B. Grayscale: #B3B3B3. Windows color (decimal): -5064044 or 9747122. OLE color: 9747122.
HSL color Cylindrical-coordinate representation of color #B2BA94: hue angle of 72.63º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2BA94 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 148 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.27 |
| HSL | 72.63º | 0.22% | 0.65% | - |
| HSV(B) | 72.63º | 0.2% | 0.73% | - |
| XYZ | 41.26 | 46.72 | 34.86 | - |
| YUV | 179.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 148 | 0.04 | 0 | 0.20 | 0.27 | 72.63 | 0.22 | 0.65 |
| Hex | B2 | BA | 94 | 4 | 0 | 14 | 1B | 49 | 16 | 41 |
| Octal | 262 | 272 | 224 | 4 | 0 | 24 | 33 | 111 | 26 | 101 |
| Binary | 10110010 | 10111010 | 10010100 | 100 | 0 | 10100 | 11011 | 1001001 | 10110 | 1000001 |
Color Harmonies of #B2BA94
Complementary color
Monochromatic Colors of #B2BA94
Black with #B2BA94
Text Example
Text Example
White with #B2BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA94; }
p { color: rgb(178,186,148); }
H1.HeaderClassName
{
color: #B2BA94;
}
.AnyTagClassName
{
color: #B2BA94;
}
</style>
background-color css
<style>
a { background-color: #B2BA94; }
a { background-color: rgb(178,186,148); }
div.DivClassName
{
background-color: #B2BA94;
}
.BgClassName
{
background-color: #B2BA94;
}
</style>
border-color css
<style>
span { border-color: #B2BA94; }
span { border-color: rgb(178,186,148); }
td.TdClassName
{
border-color: #B2BA94;
}
.TagClassName
{
border-color: #B2BA94;
}
</style>