Shades of Green Spring #B2B796
Tints of Green Spring #B2B796
RGB
CMYK
RGB Variations
Color information
#B2B796 (or 0xB2B796) is known color: Green Spring. HEX triplet: B2, B7 and 96. RGB value is (178,183,150). Sum of RGB (Red+Green+Blue) = 178+183+150=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B796 is #4D4869. Grayscale: #B1B1B1. Windows color (decimal): -5064810 or 9877426. OLE color: 9877426.
HSL color Cylindrical-coordinate representation of color #B2B796: hue angle of 69.09º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2B796 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 150 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.28 |
| HSL | 69.09º | 0.19% | 0.65% | - |
| HSV(B) | 69.09º | 0.18% | 0.72% | - |
| XYZ | 40.8 | 45.53 | 35.49 | - |
| YUV | 177.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 150 | 0.03 | 0 | 0.18 | 0.28 | 69.09 | 0.19 | 0.65 |
| Hex | B2 | B7 | 96 | 3 | 0 | 12 | 1C | 45 | 13 | 41 |
| Octal | 262 | 267 | 226 | 3 | 0 | 22 | 34 | 105 | 23 | 101 |
| Binary | 10110010 | 10110111 | 10010110 | 11 | 0 | 10010 | 11100 | 1000101 | 10011 | 1000001 |
Color Harmonies of #B2B796
Complementary color
Monochromatic Colors of #B2B796
Black with #B2B796
Text Example
Text Example
White with #B2B796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B796; }
p { color: rgb(178,183,150); }
H1.HeaderClassName
{
color: #B2B796;
}
.AnyTagClassName
{
color: #B2B796;
}
</style>
background-color css
<style>
a { background-color: #B2B796; }
a { background-color: rgb(178,183,150); }
div.DivClassName
{
background-color: #B2B796;
}
.BgClassName
{
background-color: #B2B796;
}
</style>
border-color css
<style>
span { border-color: #B2B796; }
span { border-color: rgb(178,183,150); }
td.TdClassName
{
border-color: #B2B796;
}
.TagClassName
{
border-color: #B2B796;
}
</style>