Shades of Pine Glade #B9BD7E
Tints of Pine Glade #B9BD7E
RGB
CMYK
RGB Variations
Color information
#B9BD7E (or 0xB9BD7E) is known color: Pine Glade. HEX triplet: B9, BD and 7E. RGB value is (185,189,126). Sum of RGB (Red+Green+Blue) = 185+189+126=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD7E is #464281. Grayscale: #B4B4B4. Windows color (decimal): -4604546 or 8306105. OLE color: 8306105.
HSL color Cylindrical-coordinate representation of color #B9BD7E: hue angle of 63.81º 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 #B9BD7E is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
RGB | 185 | 189 | 126 | - |
CMYK | 0.02 | 0 | 0.33 | 0.26 |
HSL | 63.81º | 0.32% | 0.62% | - |
HSV(B) | 63.81º | 0.33% | 0.74% | - |
XYZ | 41.97 | 48.22 | 26.83 | - |
YUV | 180.62 | 97.17 | 131.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 189 | 126 | 0.02 | 0 | 0.33 | 0.26 | 63.81 | 0.32 | 0.62 |
Hex | B9 | BD | 7E | 2 | 0 | 21 | 1A | 40 | 20 | 3E |
Octal | 271 | 275 | 176 | 2 | 0 | 41 | 32 | 100 | 40 | 76 |
Binary | 10111001 | 10111101 | 1111110 | 10 | 0 | 100001 | 11010 | 1000000 | 100000 | 111110 |
Color Harmonies of #B9BD7E
Complementary color
Monochromatic Colors of #B9BD7E
Black with #B9BD7E
Text Example
Text Example
White with #B9BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD7E; }
p { color: rgb(185,189,126); }
H1.HeaderClassName
{
color: #B9BD7E;
}
.AnyTagClassName
{
color: #B9BD7E;
}
</style>
background-color css
<style>
a { background-color: #B9BD7E; }
a { background-color: rgb(185,189,126); }
div.DivClassName
{
background-color: #B9BD7E;
}
.BgClassName
{
background-color: #B9BD7E;
}
</style>
border-color css
<style>
span { border-color: #B9BD7E; }
span { border-color: rgb(185,189,126); }
td.TdClassName
{
border-color: #B9BD7E;
}
.TagClassName
{
border-color: #B9BD7E;
}
</style>