Shades of Pine Glade #B9BC7E
Tints of Pine Glade #B9BC7E
RGB
CMYK
RGB Variations
Color information
#B9BC7E (or 0xB9BC7E) is known color: Pine Glade. HEX triplet: B9, BC and 7E. RGB value is (185,188,126). Sum of RGB (Red+Green+Blue) = 185+188+126=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC7E is #464381. Grayscale: #B4B4B4. Windows color (decimal): -4604802 or 8305849. OLE color: 8305849.
HSL color Cylindrical-coordinate representation of color #B9BC7E: hue angle of 62.9º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9BC7E is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 126 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.26 |
| HSL | 62.9º | 0.32% | 0.62% | - |
| HSV(B) | 62.9º | 0.33% | 0.74% | - |
| XYZ | 41.76 | 47.79 | 26.76 | - |
| YUV | 180.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 126 | 0.02 | 0 | 0.33 | 0.26 | 62.9 | 0.32 | 0.62 |
| Hex | B9 | BC | 7E | 2 | 0 | 21 | 1A | 3F | 20 | 3E |
| Octal | 271 | 274 | 176 | 2 | 0 | 41 | 32 | 77 | 40 | 76 |
| Binary | 10111001 | 10111100 | 1111110 | 10 | 0 | 100001 | 11010 | 111111 | 100000 | 111110 |
Color Harmonies of #B9BC7E
Complementary color
Monochromatic Colors of #B9BC7E
Black with #B9BC7E
Text Example
Text Example
White with #B9BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC7E; }
p { color: rgb(185,188,126); }
H1.HeaderClassName
{
color: #B9BC7E;
}
.AnyTagClassName
{
color: #B9BC7E;
}
</style>
background-color css
<style>
a { background-color: #B9BC7E; }
a { background-color: rgb(185,188,126); }
div.DivClassName
{
background-color: #B9BC7E;
}
.BgClassName
{
background-color: #B9BC7E;
}
</style>
border-color css
<style>
span { border-color: #B9BC7E; }
span { border-color: rgb(185,188,126); }
td.TdClassName
{
border-color: #B9BC7E;
}
.TagClassName
{
border-color: #B9BC7E;
}
</style>