Shades of Pine Glade #B9BA7C
Tints of Pine Glade #B9BA7C
RGB
CMYK
RGB Variations
Color information
#B9BA7C (or 0xB9BA7C) is known color: Pine Glade. HEX triplet: B9, BA and 7C. RGB value is (185,186,124). Sum of RGB (Red+Green+Blue) = 185+186+124=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA7C is #464583. Grayscale: #B2B2B2. Windows color (decimal): -4605316 or 8174265. OLE color: 8174265.
HSL color Cylindrical-coordinate representation of color #B9BA7C: hue angle of 60.97º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9BA7C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 124 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.27 |
| HSL | 60.97º | 0.31% | 0.61% | - |
| HSV(B) | 60.97º | 0.33% | 0.73% | - |
| XYZ | 41.2 | 46.89 | 25.95 | - |
| YUV | 178.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 124 | 0.01 | 0 | 0.33 | 0.27 | 60.97 | 0.31 | 0.61 |
| Hex | B9 | BA | 7C | 1 | 0 | 21 | 1B | 3D | 1F | 3D |
| Octal | 271 | 272 | 174 | 1 | 0 | 41 | 33 | 75 | 37 | 75 |
| Binary | 10111001 | 10111010 | 1111100 | 1 | 0 | 100001 | 11011 | 111101 | 11111 | 111101 |
Color Harmonies of #B9BA7C
Complementary color
Monochromatic Colors of #B9BA7C
Black with #B9BA7C
Text Example
Text Example
White with #B9BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA7C; }
p { color: rgb(185,186,124); }
H1.HeaderClassName
{
color: #B9BA7C;
}
.AnyTagClassName
{
color: #B9BA7C;
}
</style>
background-color css
<style>
a { background-color: #B9BA7C; }
a { background-color: rgb(185,186,124); }
div.DivClassName
{
background-color: #B9BA7C;
}
.BgClassName
{
background-color: #B9BA7C;
}
</style>
border-color css
<style>
span { border-color: #B9BA7C; }
span { border-color: rgb(185,186,124); }
td.TdClassName
{
border-color: #B9BA7C;
}
.TagClassName
{
border-color: #B9BA7C;
}
</style>