Shades of Green Spring #B2B991
Tints of Green Spring #B2B991
RGB
CMYK
RGB Variations
Color information
#B2B991 (or 0xB2B991) is known color: Green Spring. HEX triplet: B2, B9 and 91. RGB value is (178,185,145). Sum of RGB (Red+Green+Blue) = 178+185+145=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B991 is #4D466E. Grayscale: #B2B2B2. Windows color (decimal): -5064303 or 9550258. OLE color: 9550258.
HSL color Cylindrical-coordinate representation of color #B2B991: hue angle of 70.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2B991 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 145 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.27 |
| HSL | 70.5º | 0.22% | 0.65% | - |
| HSV(B) | 70.5º | 0.22% | 0.73% | - |
| XYZ | 40.82 | 46.21 | 33.56 | - |
| YUV | 178.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 145 | 0.04 | 0 | 0.22 | 0.27 | 70.5 | 0.22 | 0.65 |
| Hex | B2 | B9 | 91 | 4 | 0 | 16 | 1B | 46 | 16 | 41 |
| Octal | 262 | 271 | 221 | 4 | 0 | 26 | 33 | 106 | 26 | 101 |
| Binary | 10110010 | 10111001 | 10010001 | 100 | 0 | 10110 | 11011 | 1000110 | 10110 | 1000001 |
Color Harmonies of #B2B991
Complementary color
Monochromatic Colors of #B2B991
Black with #B2B991
Text Example
Text Example
White with #B2B991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B991; }
p { color: rgb(178,185,145); }
H1.HeaderClassName
{
color: #B2B991;
}
.AnyTagClassName
{
color: #B2B991;
}
</style>
background-color css
<style>
a { background-color: #B2B991; }
a { background-color: rgb(178,185,145); }
div.DivClassName
{
background-color: #B2B991;
}
.BgClassName
{
background-color: #B2B991;
}
</style>
border-color css
<style>
span { border-color: #B2B991; }
span { border-color: rgb(178,185,145); }
td.TdClassName
{
border-color: #B2B991;
}
.TagClassName
{
border-color: #B2B991;
}
</style>