Shades of Green Spring #B2B79B
Tints of Green Spring #B2B79B
RGB
CMYK
RGB Variations
Color information
#B2B79B (or 0xB2B79B) is known color: Green Spring. HEX triplet: B2, B7 and 9B. RGB value is (178,183,155). Sum of RGB (Red+Green+Blue) = 178+183+155=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B79B is #4D4864. Grayscale: #B2B2B2. Windows color (decimal): -5064805 or 10205106. OLE color: 10205106.
HSL color Cylindrical-coordinate representation of color #B2B79B: hue angle of 70.71º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2B79B is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 155 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.28 |
| HSL | 70.71º | 0.16% | 0.66% | - |
| HSV(B) | 70.71º | 0.15% | 0.72% | - |
| XYZ | 41.21 | 45.7 | 37.66 | - |
| YUV | 178.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 155 | 0.03 | 0 | 0.15 | 0.28 | 70.71 | 0.16 | 0.66 |
| Hex | B2 | B7 | 9B | 3 | 0 | F | 1C | 47 | 10 | 42 |
| Octal | 262 | 267 | 233 | 3 | 0 | 17 | 34 | 107 | 20 | 102 |
| Binary | 10110010 | 10110111 | 10011011 | 11 | 0 | 1111 | 11100 | 1000111 | 10000 | 1000010 |
Color Harmonies of #B2B79B
Complementary color
Monochromatic Colors of #B2B79B
Black with #B2B79B
Text Example
Text Example
White with #B2B79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B79B; }
p { color: rgb(178,183,155); }
H1.HeaderClassName
{
color: #B2B79B;
}
.AnyTagClassName
{
color: #B2B79B;
}
</style>
background-color css
<style>
a { background-color: #B2B79B; }
a { background-color: rgb(178,183,155); }
div.DivClassName
{
background-color: #B2B79B;
}
.BgClassName
{
background-color: #B2B79B;
}
</style>
border-color css
<style>
span { border-color: #B2B79B; }
span { border-color: rgb(178,183,155); }
td.TdClassName
{
border-color: #B2B79B;
}
.TagClassName
{
border-color: #B2B79B;
}
</style>