Shades of Pine Glade #BABA85
Tints of Pine Glade #BABA85
RGB
CMYK
RGB Variations
Color information
#BABA85 (or 0xBABA85) is known color: Pine Glade. HEX triplet: BA, BA and 85. RGB value is (186,186,133). Sum of RGB (Red+Green+Blue) = 186+186+133=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA85 is #45457A. Grayscale: #B4B4B4. Windows color (decimal): -4539771 or 8764090. OLE color: 8764090.
HSL color Cylindrical-coordinate representation of color #BABA85: hue angle of 60º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BABA85 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 133 | - |
| CMYK | 0 | 0 | 0.28 | 0.27 |
| HSL | 60º | 0.28% | 0.63% | - |
| HSV(B) | 60º | 0.28% | 0.73% | - |
| XYZ | 42.04 | 47.25 | 29.09 | - |
| YUV | 179.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 133 | 0 | 0 | 0.28 | 0.27 | 60 | 0.28 | 0.63 |
| Hex | BA | BA | 85 | 0 | 0 | 1C | 1B | 3C | 1C | 3F |
| Octal | 272 | 272 | 205 | 0 | 0 | 34 | 33 | 74 | 34 | 77 |
| Binary | 10111010 | 10111010 | 10000101 | 0 | 0 | 11100 | 11011 | 111100 | 11100 | 111111 |
Color Harmonies of #BABA85
Complementary color
Monochromatic Colors of #BABA85
Black with #BABA85
Text Example
Text Example
White with #BABA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA85; }
p { color: rgb(186,186,133); }
H1.HeaderClassName
{
color: #BABA85;
}
.AnyTagClassName
{
color: #BABA85;
}
</style>
background-color css
<style>
a { background-color: #BABA85; }
a { background-color: rgb(186,186,133); }
div.DivClassName
{
background-color: #BABA85;
}
.BgClassName
{
background-color: #BABA85;
}
</style>
border-color css
<style>
span { border-color: #BABA85; }
span { border-color: rgb(186,186,133); }
td.TdClassName
{
border-color: #BABA85;
}
.TagClassName
{
border-color: #BABA85;
}
</style>