Shades of Green Spring #B0B78E
Tints of Green Spring #B0B78E
RGB
CMYK
RGB Variations
Color information
#B0B78E (or 0xB0B78E) is known color: Green Spring. HEX triplet: B0, B7 and 8E. RGB value is (176,183,142). Sum of RGB (Red+Green+Blue) = 176+183+142=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B78E is #4F4871. Grayscale: #B0B0B0. Windows color (decimal): -5195890 or 9353136. OLE color: 9353136.
HSL color Cylindrical-coordinate representation of color #B0B78E: hue angle of 70.24º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0B78E is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 183 | 142 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.28 |
| HSL | 70.24º | 0.22% | 0.64% | - |
| HSV(B) | 70.24º | 0.22% | 0.72% | - |
| XYZ | 39.72 | 45.05 | 32.19 | - |
| YUV | 176.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 142 | 0.04 | 0 | 0.22 | 0.28 | 70.24 | 0.22 | 0.64 |
| Hex | B0 | B7 | 8E | 4 | 0 | 16 | 1C | 46 | 16 | 40 |
| Octal | 260 | 267 | 216 | 4 | 0 | 26 | 34 | 106 | 26 | 100 |
| Binary | 10110000 | 10110111 | 10001110 | 100 | 0 | 10110 | 11100 | 1000110 | 10110 | 1000000 |
Color Harmonies of #B0B78E
Complementary color
Monochromatic Colors of #B0B78E
Black with #B0B78E
Text Example
Text Example
White with #B0B78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B78E; }
p { color: rgb(176,183,142); }
H1.HeaderClassName
{
color: #B0B78E;
}
.AnyTagClassName
{
color: #B0B78E;
}
</style>
background-color css
<style>
a { background-color: #B0B78E; }
a { background-color: rgb(176,183,142); }
div.DivClassName
{
background-color: #B0B78E;
}
.BgClassName
{
background-color: #B0B78E;
}
</style>
border-color css
<style>
span { border-color: #B0B78E; }
span { border-color: rgb(176,183,142); }
td.TdClassName
{
border-color: #B0B78E;
}
.TagClassName
{
border-color: #B0B78E;
}
</style>