Shades of Pine Glade #B0B970
Tints of Pine Glade #B0B970
RGB
CMYK
RGB Variations
Color information
#B0B970 (or 0xB0B970) is known color: Pine Glade. HEX triplet: B0, B9 and 70. RGB value is (176,185,112). Sum of RGB (Red+Green+Blue) = 176+185+112=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B970 is #4F468F. Grayscale: #AEAEAE. Windows color (decimal): -5195408 or 7387568. OLE color: 7387568.
HSL color Cylindrical-coordinate representation of color #B0B970: hue angle of 67.4º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0B970 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 185 | 112 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.27 |
| HSL | 67.4º | 0.34% | 0.58% | - |
| HSV(B) | 67.4º | 0.39% | 0.73% | - |
| XYZ | 38.18 | 45.1 | 22.02 | - |
| YUV | 173.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 112 | 0.05 | 0 | 0.39 | 0.27 | 67.4 | 0.34 | 0.58 |
| Hex | B0 | B9 | 70 | 5 | 0 | 27 | 1B | 43 | 22 | 3A |
| Octal | 260 | 271 | 160 | 5 | 0 | 47 | 33 | 103 | 42 | 72 |
| Binary | 10110000 | 10111001 | 1110000 | 101 | 0 | 100111 | 11011 | 1000011 | 100010 | 111010 |
Color Harmonies of #B0B970
Complementary color
Monochromatic Colors of #B0B970
Black with #B0B970
Text Example
Text Example
White with #B0B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B970; }
p { color: rgb(176,185,112); }
H1.HeaderClassName
{
color: #B0B970;
}
.AnyTagClassName
{
color: #B0B970;
}
</style>
background-color css
<style>
a { background-color: #B0B970; }
a { background-color: rgb(176,185,112); }
div.DivClassName
{
background-color: #B0B970;
}
.BgClassName
{
background-color: #B0B970;
}
</style>
border-color css
<style>
span { border-color: #B0B970; }
span { border-color: rgb(176,185,112); }
td.TdClassName
{
border-color: #B0B970;
}
.TagClassName
{
border-color: #B0B970;
}
</style>