Shades of Green Spring #B2B79C
Tints of Green Spring #B2B79C
RGB
CMYK
RGB Variations
Color information
#B2B79C (or 0xB2B79C) is known color: Green Spring. HEX triplet: B2, B7 and 9C. RGB value is (178,183,156). Sum of RGB (Red+Green+Blue) = 178+183+156=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B79C is #4D4863. Grayscale: #B2B2B2. Windows color (decimal): -5064804 or 10270642. OLE color: 10270642.
HSL color Cylindrical-coordinate representation of color #B2B79C: hue angle of 71.11º 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 #B2B79C is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 156 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.28 |
| HSL | 71.11º | 0.16% | 0.66% | - |
| HSV(B) | 71.11º | 0.15% | 0.72% | - |
| XYZ | 41.29 | 45.73 | 38.1 | - |
| YUV | 178.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 156 | 0.03 | 0 | 0.15 | 0.28 | 71.11 | 0.16 | 0.66 |
| Hex | B2 | B7 | 9C | 3 | 0 | F | 1C | 47 | 10 | 42 |
| Octal | 262 | 267 | 234 | 3 | 0 | 17 | 34 | 107 | 20 | 102 |
| Binary | 10110010 | 10110111 | 10011100 | 11 | 0 | 1111 | 11100 | 1000111 | 10000 | 1000010 |
Color Harmonies of #B2B79C
Complementary color
Monochromatic Colors of #B2B79C
Black with #B2B79C
Text Example
Text Example
White with #B2B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B79C; }
p { color: rgb(178,183,156); }
H1.HeaderClassName
{
color: #B2B79C;
}
.AnyTagClassName
{
color: #B2B79C;
}
</style>
background-color css
<style>
a { background-color: #B2B79C; }
a { background-color: rgb(178,183,156); }
div.DivClassName
{
background-color: #B2B79C;
}
.BgClassName
{
background-color: #B2B79C;
}
</style>
border-color css
<style>
span { border-color: #B2B79C; }
span { border-color: rgb(178,183,156); }
td.TdClassName
{
border-color: #B2B79C;
}
.TagClassName
{
border-color: #B2B79C;
}
</style>