Shades of Pine Glade #B0BC6E
Tints of Pine Glade #B0BC6E
RGB
CMYK
RGB Variations
Color information
#B0BC6E (or 0xB0BC6E) is known color: Pine Glade. HEX triplet: B0, BC and 6E. RGB value is (176,188,110). Sum of RGB (Red+Green+Blue) = 176+188+110=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC6E is #4F4391. Grayscale: #AFAFAF. Windows color (decimal): -5194642 or 7257264. OLE color: 7257264.
HSL color Cylindrical-coordinate representation of color #B0BC6E: hue angle of 69.23º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0BC6E is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 110 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.26 |
| HSL | 69.23º | 0.37% | 0.58% | - |
| HSV(B) | 69.23º | 0.41% | 0.74% | - |
| XYZ | 38.7 | 46.32 | 21.65 | - |
| YUV | 175.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 110 | 0.06 | 0 | 0.41 | 0.26 | 69.23 | 0.37 | 0.58 |
| Hex | B0 | BC | 6E | 6 | 0 | 29 | 1A | 45 | 25 | 3A |
| Octal | 260 | 274 | 156 | 6 | 0 | 51 | 32 | 105 | 45 | 72 |
| Binary | 10110000 | 10111100 | 1101110 | 110 | 0 | 101001 | 11010 | 1000101 | 100101 | 111010 |
Color Harmonies of #B0BC6E
Complementary color
Monochromatic Colors of #B0BC6E
Black with #B0BC6E
Text Example
Text Example
White with #B0BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC6E; }
p { color: rgb(176,188,110); }
H1.HeaderClassName
{
color: #B0BC6E;
}
.AnyTagClassName
{
color: #B0BC6E;
}
</style>
background-color css
<style>
a { background-color: #B0BC6E; }
a { background-color: rgb(176,188,110); }
div.DivClassName
{
background-color: #B0BC6E;
}
.BgClassName
{
background-color: #B0BC6E;
}
</style>
border-color css
<style>
span { border-color: #B0BC6E; }
span { border-color: rgb(176,188,110); }
td.TdClassName
{
border-color: #B0BC6E;
}
.TagClassName
{
border-color: #B0BC6E;
}
</style>