Shades of Green Spring #B0B39E
Tints of Green Spring #B0B39E
RGB
CMYK
RGB Variations
Color information
#B0B39E (or 0xB0B39E) is known color: Green Spring. HEX triplet: B0, B3 and 9E. RGB value is (176,179,158). Sum of RGB (Red+Green+Blue) = 176+179+158=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B39E is #4F4C61. Grayscale: #AFAFAF. Windows color (decimal): -5196898 or 10400688. OLE color: 10400688.
HSL color Cylindrical-coordinate representation of color #B0B39E: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0B39E is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 158 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.30 |
| HSL | 68.57º | 0.12% | 0.66% | - |
| HSV(B) | 68.57º | 0.12% | 0.7% | - |
| XYZ | 40.2 | 43.94 | 38.71 | - |
| YUV | 175.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 158 | 0.02 | 0 | 0.12 | 0.30 | 68.57 | 0.12 | 0.66 |
| Hex | B0 | B3 | 9E | 2 | 0 | C | 1E | 45 | C | 42 |
| Octal | 260 | 263 | 236 | 2 | 0 | 14 | 36 | 105 | 14 | 102 |
| Binary | 10110000 | 10110011 | 10011110 | 10 | 0 | 1100 | 11110 | 1000101 | 1100 | 1000010 |
Color Harmonies of #B0B39E
Complementary color
Monochromatic Colors of #B0B39E
Black with #B0B39E
Text Example
Text Example
White with #B0B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B39E; }
p { color: rgb(176,179,158); }
H1.HeaderClassName
{
color: #B0B39E;
}
.AnyTagClassName
{
color: #B0B39E;
}
</style>
background-color css
<style>
a { background-color: #B0B39E; }
a { background-color: rgb(176,179,158); }
div.DivClassName
{
background-color: #B0B39E;
}
.BgClassName
{
background-color: #B0B39E;
}
</style>
border-color css
<style>
span { border-color: #B0B39E; }
span { border-color: rgb(176,179,158); }
td.TdClassName
{
border-color: #B0B39E;
}
.TagClassName
{
border-color: #B0B39E;
}
</style>