Shades of Green Spring #B2B99F
Tints of Green Spring #B2B99F
RGB
CMYK
RGB Variations
Color information
#B2B99F (or 0xB2B99F) is known color: Green Spring. HEX triplet: B2, B9 and 9F. RGB value is (178,185,159). Sum of RGB (Red+Green+Blue) = 178+185+159=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B99F is #4D4660. Grayscale: #B4B4B4. Windows color (decimal): -5064289 or 10467762. OLE color: 10467762.
HSL color Cylindrical-coordinate representation of color #B2B99F: hue angle of 76.15º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2B99F is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 159 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.27 |
| HSL | 76.15º | 0.16% | 0.67% | - |
| HSV(B) | 76.15º | 0.14% | 0.73% | - |
| XYZ | 41.97 | 46.67 | 39.6 | - |
| YUV | 179.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 159 | 0.04 | 0 | 0.14 | 0.27 | 76.15 | 0.16 | 0.67 |
| Hex | B2 | B9 | 9F | 4 | 0 | E | 1B | 4C | 10 | 43 |
| Octal | 262 | 271 | 237 | 4 | 0 | 16 | 33 | 114 | 20 | 103 |
| Binary | 10110010 | 10111001 | 10011111 | 100 | 0 | 1110 | 11011 | 1001100 | 10000 | 1000011 |
Color Harmonies of #B2B99F
Complementary color
Monochromatic Colors of #B2B99F
Black with #B2B99F
Text Example
Text Example
White with #B2B99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B99F; }
p { color: rgb(178,185,159); }
H1.HeaderClassName
{
color: #B2B99F;
}
.AnyTagClassName
{
color: #B2B99F;
}
</style>
background-color css
<style>
a { background-color: #B2B99F; }
a { background-color: rgb(178,185,159); }
div.DivClassName
{
background-color: #B2B99F;
}
.BgClassName
{
background-color: #B2B99F;
}
</style>
border-color css
<style>
span { border-color: #B2B99F; }
span { border-color: rgb(178,185,159); }
td.TdClassName
{
border-color: #B2B99F;
}
.TagClassName
{
border-color: #B2B99F;
}
</style>