Shades of Green Spring #B0B39C
Tints of Green Spring #B0B39C
RGB
CMYK
RGB Variations
Color information
#B0B39C (or 0xB0B39C) is known color: Green Spring. HEX triplet: B0, B3 and 9C. RGB value is (176,179,156). Sum of RGB (Red+Green+Blue) = 176+179+156=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B39C is #4F4C63. Grayscale: #AFAFAF. Windows color (decimal): -5196900 or 10269616. OLE color: 10269616.
HSL color Cylindrical-coordinate representation of color #B0B39C: hue angle of 67.83º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0B39C is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 156 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.30 |
| HSL | 67.83º | 0.13% | 0.66% | - |
| HSV(B) | 67.83º | 0.13% | 0.7% | - |
| XYZ | 40.03 | 43.87 | 37.81 | - |
| YUV | 175.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 156 | 0.02 | 0 | 0.13 | 0.30 | 67.83 | 0.13 | 0.66 |
| Hex | B0 | B3 | 9C | 2 | 0 | D | 1E | 44 | D | 42 |
| Octal | 260 | 263 | 234 | 2 | 0 | 15 | 36 | 104 | 15 | 102 |
| Binary | 10110000 | 10110011 | 10011100 | 10 | 0 | 1101 | 11110 | 1000100 | 1101 | 1000010 |
Color Harmonies of #B0B39C
Complementary color
Monochromatic Colors of #B0B39C
Black with #B0B39C
Text Example
Text Example
White with #B0B39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B39C; }
p { color: rgb(176,179,156); }
H1.HeaderClassName
{
color: #B0B39C;
}
.AnyTagClassName
{
color: #B0B39C;
}
</style>
background-color css
<style>
a { background-color: #B0B39C; }
a { background-color: rgb(176,179,156); }
div.DivClassName
{
background-color: #B0B39C;
}
.BgClassName
{
background-color: #B0B39C;
}
</style>
border-color css
<style>
span { border-color: #B0B39C; }
span { border-color: rgb(176,179,156); }
td.TdClassName
{
border-color: #B0B39C;
}
.TagClassName
{
border-color: #B0B39C;
}
</style>