Shades of Pine Glade #B9BA84
Tints of Pine Glade #B9BA84
RGB
CMYK
RGB Variations
Color information
#B9BA84 (or 0xB9BA84) is known color: Pine Glade. HEX triplet: B9, BA and 84. RGB value is (185,186,132). Sum of RGB (Red+Green+Blue) = 185+186+132=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BA84 is #46457B. Grayscale: #B3B3B3. Windows color (decimal): -4605308 or 8698553. OLE color: 8698553.
HSL color Cylindrical-coordinate representation of color #B9BA84: hue angle of 61.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9BA84 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 132 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.27 |
| HSL | 61.11º | 0.28% | 0.62% | - |
| HSV(B) | 61.11º | 0.29% | 0.73% | - |
| XYZ | 41.73 | 47.1 | 28.72 | - |
| YUV | 179.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 132 | 0.01 | 0 | 0.29 | 0.27 | 61.11 | 0.28 | 0.62 |
| Hex | B9 | BA | 84 | 1 | 0 | 1D | 1B | 3D | 1C | 3E |
| Octal | 271 | 272 | 204 | 1 | 0 | 35 | 33 | 75 | 34 | 76 |
| Binary | 10111001 | 10111010 | 10000100 | 1 | 0 | 11101 | 11011 | 111101 | 11100 | 111110 |
Color Harmonies of #B9BA84
Complementary color
Monochromatic Colors of #B9BA84
Black with #B9BA84
Text Example
Text Example
White with #B9BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA84; }
p { color: rgb(185,186,132); }
H1.HeaderClassName
{
color: #B9BA84;
}
.AnyTagClassName
{
color: #B9BA84;
}
</style>
background-color css
<style>
a { background-color: #B9BA84; }
a { background-color: rgb(185,186,132); }
div.DivClassName
{
background-color: #B9BA84;
}
.BgClassName
{
background-color: #B9BA84;
}
</style>
border-color css
<style>
span { border-color: #B9BA84; }
span { border-color: rgb(185,186,132); }
td.TdClassName
{
border-color: #B9BA84;
}
.TagClassName
{
border-color: #B9BA84;
}
</style>