Shades of Pine Glade #B9BD7A
Tints of Pine Glade #B9BD7A
RGB
CMYK
RGB Variations
Color information
#B9BD7A (or 0xB9BD7A) is known color: Pine Glade. HEX triplet: B9, BD and 7A. RGB value is (185,189,122). Sum of RGB (Red+Green+Blue) = 185+189+122=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD7A is #464285. Grayscale: #B4B4B4. Windows color (decimal): -4604550 or 8043961. OLE color: 8043961.
HSL color Cylindrical-coordinate representation of color #B9BD7A: hue angle of 63.58º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9BD7A is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 122 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.26 |
| HSL | 63.58º | 0.34% | 0.61% | - |
| HSV(B) | 63.58º | 0.35% | 0.74% | - |
| XYZ | 41.72 | 48.11 | 25.5 | - |
| YUV | 180.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 122 | 0.02 | 0 | 0.35 | 0.26 | 63.58 | 0.34 | 0.61 |
| Hex | B9 | BD | 7A | 2 | 0 | 23 | 1A | 40 | 22 | 3D |
| Octal | 271 | 275 | 172 | 2 | 0 | 43 | 32 | 100 | 42 | 75 |
| Binary | 10111001 | 10111101 | 1111010 | 10 | 0 | 100011 | 11010 | 1000000 | 100010 | 111101 |
Color Harmonies of #B9BD7A
Complementary color
Monochromatic Colors of #B9BD7A
Black with #B9BD7A
Text Example
Text Example
White with #B9BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD7A; }
p { color: rgb(185,189,122); }
H1.HeaderClassName
{
color: #B9BD7A;
}
.AnyTagClassName
{
color: #B9BD7A;
}
</style>
background-color css
<style>
a { background-color: #B9BD7A; }
a { background-color: rgb(185,189,122); }
div.DivClassName
{
background-color: #B9BD7A;
}
.BgClassName
{
background-color: #B9BD7A;
}
</style>
border-color css
<style>
span { border-color: #B9BD7A; }
span { border-color: rgb(185,189,122); }
td.TdClassName
{
border-color: #B9BD7A;
}
.TagClassName
{
border-color: #B9BD7A;
}
</style>