Shades of Green Spring #B2B49C
Tints of Green Spring #B2B49C
RGB
CMYK
RGB Variations
Color information
#B2B49C (or 0xB2B49C) is known color: Green Spring. HEX triplet: B2, B4 and 9C. RGB value is (178,180,156). Sum of RGB (Red+Green+Blue) = 178+180+156=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B49C is #4D4B63. Grayscale: #B0B0B0. Windows color (decimal): -5065572 or 10269874. OLE color: 10269874.
HSL color Cylindrical-coordinate representation of color #B2B49C: hue angle of 65º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2B49C is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 156 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.29 |
| HSL | 65º | 0.14% | 0.66% | - |
| HSV(B) | 65º | 0.13% | 0.71% | - |
| XYZ | 40.68 | 44.51 | 37.9 | - |
| YUV | 176.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 156 | 0.01 | 0 | 0.13 | 0.29 | 65 | 0.14 | 0.66 |
| Hex | B2 | B4 | 9C | 1 | 0 | D | 1D | 41 | E | 42 |
| Octal | 262 | 264 | 234 | 1 | 0 | 15 | 35 | 101 | 16 | 102 |
| Binary | 10110010 | 10110100 | 10011100 | 1 | 0 | 1101 | 11101 | 1000001 | 1110 | 1000010 |
Color Harmonies of #B2B49C
Complementary color
Monochromatic Colors of #B2B49C
Black with #B2B49C
Text Example
Text Example
White with #B2B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B49C; }
p { color: rgb(178,180,156); }
H1.HeaderClassName
{
color: #B2B49C;
}
.AnyTagClassName
{
color: #B2B49C;
}
</style>
background-color css
<style>
a { background-color: #B2B49C; }
a { background-color: rgb(178,180,156); }
div.DivClassName
{
background-color: #B2B49C;
}
.BgClassName
{
background-color: #B2B49C;
}
</style>
border-color css
<style>
span { border-color: #B2B49C; }
span { border-color: rgb(178,180,156); }
td.TdClassName
{
border-color: #B2B49C;
}
.TagClassName
{
border-color: #B2B49C;
}
</style>