Shades of Pine Glade #B0B871
Tints of Pine Glade #B0B871
RGB
CMYK
RGB Variations
Color information
#B0B871 (or 0xB0B871) is known color: Pine Glade. HEX triplet: B0, B8 and 71. RGB value is (176,184,113). Sum of RGB (Red+Green+Blue) = 176+184+113=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B871 is #4F478E. Grayscale: #ADADAD. Windows color (decimal): -5195663 or 7452848. OLE color: 7452848.
HSL color Cylindrical-coordinate representation of color #B0B871: hue angle of 66.76º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0B871 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 184 | 113 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.28 |
| HSL | 66.76º | 0.33% | 0.58% | - |
| HSV(B) | 66.76º | 0.39% | 0.72% | - |
| XYZ | 38.03 | 44.7 | 22.25 | - |
| YUV | 173.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 184 | 113 | 0.04 | 0 | 0.39 | 0.28 | 66.76 | 0.33 | 0.58 |
| Hex | B0 | B8 | 71 | 4 | 0 | 27 | 1C | 43 | 21 | 3A |
| Octal | 260 | 270 | 161 | 4 | 0 | 47 | 34 | 103 | 41 | 72 |
| Binary | 10110000 | 10111000 | 1110001 | 100 | 0 | 100111 | 11100 | 1000011 | 100001 | 111010 |
Color Harmonies of #B0B871
Complementary color
Monochromatic Colors of #B0B871
Black with #B0B871
Text Example
Text Example
White with #B0B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B871; }
p { color: rgb(176,184,113); }
H1.HeaderClassName
{
color: #B0B871;
}
.AnyTagClassName
{
color: #B0B871;
}
</style>
background-color css
<style>
a { background-color: #B0B871; }
a { background-color: rgb(176,184,113); }
div.DivClassName
{
background-color: #B0B871;
}
.BgClassName
{
background-color: #B0B871;
}
</style>
border-color css
<style>
span { border-color: #B0B871; }
span { border-color: rgb(176,184,113); }
td.TdClassName
{
border-color: #B0B871;
}
.TagClassName
{
border-color: #B0B871;
}
</style>