Shades of Green Spring #B2B59E
Tints of Green Spring #B2B59E
RGB
CMYK
RGB Variations
Color information
#B2B59E (or 0xB2B59E) is known color: Green Spring. HEX triplet: B2, B5 and 9E. RGB value is (178,181,158). Sum of RGB (Red+Green+Blue) = 178+181+158=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B59E is #4D4A61. Grayscale: #B1B1B1. Windows color (decimal): -5065314 or 10401202. OLE color: 10401202.
HSL color Cylindrical-coordinate representation of color #B2B59E: hue angle of 67.83º degrees, saturation: 0.13, 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 #B2B59E is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 158 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.29 |
| HSL | 67.83º | 0.13% | 0.66% | - |
| HSV(B) | 67.83º | 0.13% | 0.71% | - |
| XYZ | 41.06 | 44.98 | 38.87 | - |
| YUV | 177.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 158 | 0.02 | 0 | 0.13 | 0.29 | 67.83 | 0.13 | 0.66 |
| Hex | B2 | B5 | 9E | 2 | 0 | D | 1D | 44 | D | 42 |
| Octal | 262 | 265 | 236 | 2 | 0 | 15 | 35 | 104 | 15 | 102 |
| Binary | 10110010 | 10110101 | 10011110 | 10 | 0 | 1101 | 11101 | 1000100 | 1101 | 1000010 |
Color Harmonies of #B2B59E
Complementary color
Monochromatic Colors of #B2B59E
Black with #B2B59E
Text Example
Text Example
White with #B2B59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B59E; }
p { color: rgb(178,181,158); }
H1.HeaderClassName
{
color: #B2B59E;
}
.AnyTagClassName
{
color: #B2B59E;
}
</style>
background-color css
<style>
a { background-color: #B2B59E; }
a { background-color: rgb(178,181,158); }
div.DivClassName
{
background-color: #B2B59E;
}
.BgClassName
{
background-color: #B2B59E;
}
</style>
border-color css
<style>
span { border-color: #B2B59E; }
span { border-color: rgb(178,181,158); }
td.TdClassName
{
border-color: #B2B59E;
}
.TagClassName
{
border-color: #B2B59E;
}
</style>