Shades of Green Spring #B0B69A
Tints of Green Spring #B0B69A
RGB
CMYK
RGB Variations
Color information
#B0B69A (or 0xB0B69A) is known color: Green Spring. HEX triplet: B0, B6 and 9A. RGB value is (176,182,154). Sum of RGB (Red+Green+Blue) = 176+182+154=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B69A is #4F4965. Grayscale: #B1B1B1. Windows color (decimal): -5196134 or 10139312. OLE color: 10139312.
HSL color Cylindrical-coordinate representation of color #B0B69A: hue angle of 72.86º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0B69A is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 182 | 154 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.29 |
| HSL | 72.86º | 0.16% | 0.66% | - |
| HSV(B) | 72.86º | 0.15% | 0.71% | - |
| XYZ | 40.47 | 45.02 | 37.13 | - |
| YUV | 177.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 182 | 154 | 0.03 | 0 | 0.15 | 0.29 | 72.86 | 0.16 | 0.66 |
| Hex | B0 | B6 | 9A | 3 | 0 | F | 1D | 49 | 10 | 42 |
| Octal | 260 | 266 | 232 | 3 | 0 | 17 | 35 | 111 | 20 | 102 |
| Binary | 10110000 | 10110110 | 10011010 | 11 | 0 | 1111 | 11101 | 1001001 | 10000 | 1000010 |
Color Harmonies of #B0B69A
Complementary color
Monochromatic Colors of #B0B69A
Black with #B0B69A
Text Example
Text Example
White with #B0B69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B69A; }
p { color: rgb(176,182,154); }
H1.HeaderClassName
{
color: #B0B69A;
}
.AnyTagClassName
{
color: #B0B69A;
}
</style>
background-color css
<style>
a { background-color: #B0B69A; }
a { background-color: rgb(176,182,154); }
div.DivClassName
{
background-color: #B0B69A;
}
.BgClassName
{
background-color: #B0B69A;
}
</style>
border-color css
<style>
span { border-color: #B0B69A; }
span { border-color: rgb(176,182,154); }
td.TdClassName
{
border-color: #B0B69A;
}
.TagClassName
{
border-color: #B0B69A;
}
</style>