Shades of Pine Glade #B3BD6E
Tints of Pine Glade #B3BD6E
RGB
CMYK
RGB Variations
Color information
#B3BD6E (or 0xB3BD6E) is known color: Pine Glade. HEX triplet: B3, BD and 6E. RGB value is (179,189,110). Sum of RGB (Red+Green+Blue) = 179+189+110=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD6E is #4C4291. Grayscale: #B1B1B1. Windows color (decimal): -4997778 or 7257523. OLE color: 7257523.
HSL color Cylindrical-coordinate representation of color #B3BD6E: hue angle of 67.59º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3BD6E is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 110 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.26 |
| HSL | 67.59º | 0.37% | 0.59% | - |
| HSV(B) | 67.59º | 0.42% | 0.74% | - |
| XYZ | 39.6 | 47.1 | 21.76 | - |
| YUV | 177 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 110 | 0.05 | 0 | 0.42 | 0.26 | 67.59 | 0.37 | 0.59 |
| Hex | B3 | BD | 6E | 5 | 0 | 2A | 1A | 44 | 25 | 3B |
| Octal | 263 | 275 | 156 | 5 | 0 | 52 | 32 | 104 | 45 | 73 |
| Binary | 10110011 | 10111101 | 1101110 | 101 | 0 | 101010 | 11010 | 1000100 | 100101 | 111011 |
Color Harmonies of #B3BD6E
Complementary color
Monochromatic Colors of #B3BD6E
Black with #B3BD6E
Text Example
Text Example
White with #B3BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BD6E; }
p { color: rgb(179,189,110); }
H1.HeaderClassName
{
color: #B3BD6E;
}
.AnyTagClassName
{
color: #B3BD6E;
}
</style>
background-color css
<style>
a { background-color: #B3BD6E; }
a { background-color: rgb(179,189,110); }
div.DivClassName
{
background-color: #B3BD6E;
}
.BgClassName
{
background-color: #B3BD6E;
}
</style>
border-color css
<style>
span { border-color: #B3BD6E; }
span { border-color: rgb(179,189,110); }
td.TdClassName
{
border-color: #B3BD6E;
}
.TagClassName
{
border-color: #B3BD6E;
}
</style>