Shades of Pine Glade #B0BC6D
Tints of Pine Glade #B0BC6D
RGB
CMYK
RGB Variations
Color information
#B0BC6D (or 0xB0BC6D) is known color: Pine Glade. HEX triplet: B0, BC and 6D. RGB value is (176,188,109). Sum of RGB (Red+Green+Blue) = 176+188+109=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC6D is #4F4392. Grayscale: #AFAFAF. Windows color (decimal): -5194643 or 7191728. OLE color: 7191728.
HSL color Cylindrical-coordinate representation of color #B0BC6D: hue angle of 69.11º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0BC6D is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 109 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.26 |
| HSL | 69.11º | 0.37% | 0.58% | - |
| HSV(B) | 69.11º | 0.42% | 0.74% | - |
| XYZ | 38.65 | 46.3 | 21.37 | - |
| YUV | 175.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 109 | 0.06 | 0 | 0.42 | 0.26 | 69.11 | 0.37 | 0.58 |
| Hex | B0 | BC | 6D | 6 | 0 | 2A | 1A | 45 | 25 | 3A |
| Octal | 260 | 274 | 155 | 6 | 0 | 52 | 32 | 105 | 45 | 72 |
| Binary | 10110000 | 10111100 | 1101101 | 110 | 0 | 101010 | 11010 | 1000101 | 100101 | 111010 |
Color Harmonies of #B0BC6D
Complementary color
Monochromatic Colors of #B0BC6D
Black with #B0BC6D
Text Example
Text Example
White with #B0BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC6D; }
p { color: rgb(176,188,109); }
H1.HeaderClassName
{
color: #B0BC6D;
}
.AnyTagClassName
{
color: #B0BC6D;
}
</style>
background-color css
<style>
a { background-color: #B0BC6D; }
a { background-color: rgb(176,188,109); }
div.DivClassName
{
background-color: #B0BC6D;
}
.BgClassName
{
background-color: #B0BC6D;
}
</style>
border-color css
<style>
span { border-color: #B0BC6D; }
span { border-color: rgb(176,188,109); }
td.TdClassName
{
border-color: #B0BC6D;
}
.TagClassName
{
border-color: #B0BC6D;
}
</style>