Shades of Green Spring #B2BA96
Tints of Green Spring #B2BA96
RGB
CMYK
RGB Variations
Color information
#B2BA96 (or 0xB2BA96) is known color: Green Spring. HEX triplet: B2, BA and 96. RGB value is (178,186,150). Sum of RGB (Red+Green+Blue) = 178+186+150=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA96 is #4D4569. Grayscale: #B3B3B3. Windows color (decimal): -5064042 or 9878194. OLE color: 9878194.
HSL color Cylindrical-coordinate representation of color #B2BA96: hue angle of 73.33º degrees, saturation: 0.21, 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 #B2BA96 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 150 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.27 |
| HSL | 73.33º | 0.21% | 0.66% | - |
| HSV(B) | 73.33º | 0.19% | 0.73% | - |
| XYZ | 41.42 | 46.78 | 35.7 | - |
| YUV | 179.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 150 | 0.04 | 0 | 0.19 | 0.27 | 73.33 | 0.21 | 0.66 |
| Hex | B2 | BA | 96 | 4 | 0 | 13 | 1B | 49 | 15 | 42 |
| Octal | 262 | 272 | 226 | 4 | 0 | 23 | 33 | 111 | 25 | 102 |
| Binary | 10110010 | 10111010 | 10010110 | 100 | 0 | 10011 | 11011 | 1001001 | 10101 | 1000010 |
Color Harmonies of #B2BA96
Complementary color
Monochromatic Colors of #B2BA96
Black with #B2BA96
Text Example
Text Example
White with #B2BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA96; }
p { color: rgb(178,186,150); }
H1.HeaderClassName
{
color: #B2BA96;
}
.AnyTagClassName
{
color: #B2BA96;
}
</style>
background-color css
<style>
a { background-color: #B2BA96; }
a { background-color: rgb(178,186,150); }
div.DivClassName
{
background-color: #B2BA96;
}
.BgClassName
{
background-color: #B2BA96;
}
</style>
border-color css
<style>
span { border-color: #B2BA96; }
span { border-color: rgb(178,186,150); }
td.TdClassName
{
border-color: #B2BA96;
}
.TagClassName
{
border-color: #B2BA96;
}
</style>