Shades of Pine Glade #B9BD79
Tints of Pine Glade #B9BD79
RGB
CMYK
RGB Variations
Color information
#B9BD79 (or 0xB9BD79) is known color: Pine Glade. HEX triplet: B9, BD and 79. RGB value is (185,189,121). Sum of RGB (Red+Green+Blue) = 185+189+121=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD79 is #464286. Grayscale: #B4B4B4. Windows color (decimal): -4604551 or 7978425. OLE color: 7978425.
HSL color Cylindrical-coordinate representation of color #B9BD79: hue angle of 63.53º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9BD79 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 121 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.26 |
| HSL | 63.53º | 0.34% | 0.61% | - |
| HSV(B) | 63.53º | 0.36% | 0.74% | - |
| XYZ | 41.66 | 48.09 | 25.18 | - |
| YUV | 180.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 121 | 0.02 | 0 | 0.36 | 0.26 | 63.53 | 0.34 | 0.61 |
| Hex | B9 | BD | 79 | 2 | 0 | 24 | 1A | 40 | 22 | 3D |
| Octal | 271 | 275 | 171 | 2 | 0 | 44 | 32 | 100 | 42 | 75 |
| Binary | 10111001 | 10111101 | 1111001 | 10 | 0 | 100100 | 11010 | 1000000 | 100010 | 111101 |
Color Harmonies of #B9BD79
Complementary color
Monochromatic Colors of #B9BD79
Black with #B9BD79
Text Example
Text Example
White with #B9BD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD79; }
p { color: rgb(185,189,121); }
H1.HeaderClassName
{
color: #B9BD79;
}
.AnyTagClassName
{
color: #B9BD79;
}
</style>
background-color css
<style>
a { background-color: #B9BD79; }
a { background-color: rgb(185,189,121); }
div.DivClassName
{
background-color: #B9BD79;
}
.BgClassName
{
background-color: #B9BD79;
}
</style>
border-color css
<style>
span { border-color: #B9BD79; }
span { border-color: rgb(185,189,121); }
td.TdClassName
{
border-color: #B9BD79;
}
.TagClassName
{
border-color: #B9BD79;
}
</style>