Shades of Green Spring #B0B39D
Tints of Green Spring #B0B39D
RGB
CMYK
RGB Variations
Color information
#B0B39D (or 0xB0B39D) is known color: Green Spring. HEX triplet: B0, B3 and 9D. RGB value is (176,179,157). Sum of RGB (Red+Green+Blue) = 176+179+157=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B39D is #4F4C62. Grayscale: #AFAFAF. Windows color (decimal): -5196899 or 10335152. OLE color: 10335152.
HSL color Cylindrical-coordinate representation of color #B0B39D: hue angle of 68.18º degrees, saturation: 0.13, 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 #B0B39D is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 157 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.30 |
| HSL | 68.18º | 0.13% | 0.66% | - |
| HSV(B) | 68.18º | 0.12% | 0.7% | - |
| XYZ | 40.11 | 43.9 | 38.26 | - |
| YUV | 175.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 157 | 0.02 | 0 | 0.12 | 0.30 | 68.18 | 0.13 | 0.66 |
| Hex | B0 | B3 | 9D | 2 | 0 | C | 1E | 44 | D | 42 |
| Octal | 260 | 263 | 235 | 2 | 0 | 14 | 36 | 104 | 15 | 102 |
| Binary | 10110000 | 10110011 | 10011101 | 10 | 0 | 1100 | 11110 | 1000100 | 1101 | 1000010 |
Color Harmonies of #B0B39D
Complementary color
Monochromatic Colors of #B0B39D
Black with #B0B39D
Text Example
Text Example
White with #B0B39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B39D; }
p { color: rgb(176,179,157); }
H1.HeaderClassName
{
color: #B0B39D;
}
.AnyTagClassName
{
color: #B0B39D;
}
</style>
background-color css
<style>
a { background-color: #B0B39D; }
a { background-color: rgb(176,179,157); }
div.DivClassName
{
background-color: #B0B39D;
}
.BgClassName
{
background-color: #B0B39D;
}
</style>
border-color css
<style>
span { border-color: #B0B39D; }
span { border-color: rgb(176,179,157); }
td.TdClassName
{
border-color: #B0B39D;
}
.TagClassName
{
border-color: #B0B39D;
}
</style>