Shades of Pine Glade #B0B376
Tints of Pine Glade #B0B376
RGB
CMYK
RGB Variations
Color information
#B0B376 (or 0xB0B376) is known color: Pine Glade. HEX triplet: B0, B3 and 76. RGB value is (176,179,118). Sum of RGB (Red+Green+Blue) = 176+179+118=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B376 is #4F4C89. Grayscale: #ABABAB. Windows color (decimal): -5196938 or 7779248. OLE color: 7779248.
HSL color Cylindrical-coordinate representation of color #B0B376: hue angle of 62.95º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0B376 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 118 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.30 |
| HSL | 62.95º | 0.29% | 0.58% | - |
| HSV(B) | 62.95º | 0.34% | 0.7% | - |
| XYZ | 37.29 | 42.78 | 23.43 | - |
| YUV | 171.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 118 | 0.02 | 0 | 0.34 | 0.30 | 62.95 | 0.29 | 0.58 |
| Hex | B0 | B3 | 76 | 2 | 0 | 22 | 1E | 3F | 1D | 3A |
| Octal | 260 | 263 | 166 | 2 | 0 | 42 | 36 | 77 | 35 | 72 |
| Binary | 10110000 | 10110011 | 1110110 | 10 | 0 | 100010 | 11110 | 111111 | 11101 | 111010 |
Color Harmonies of #B0B376
Complementary color
Monochromatic Colors of #B0B376
Black with #B0B376
Text Example
Text Example
White with #B0B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B376; }
p { color: rgb(176,179,118); }
H1.HeaderClassName
{
color: #B0B376;
}
.AnyTagClassName
{
color: #B0B376;
}
</style>
background-color css
<style>
a { background-color: #B0B376; }
a { background-color: rgb(176,179,118); }
div.DivClassName
{
background-color: #B0B376;
}
.BgClassName
{
background-color: #B0B376;
}
</style>
border-color css
<style>
span { border-color: #B0B376; }
span { border-color: rgb(176,179,118); }
td.TdClassName
{
border-color: #B0B376;
}
.TagClassName
{
border-color: #B0B376;
}
</style>