Shades of Pine Glade #BABA88
Tints of Pine Glade #BABA88
RGB
CMYK
RGB Variations
Color information
#BABA88 (or 0xBABA88) is known color: Pine Glade. HEX triplet: BA, BA and 88. RGB value is (186,186,136). Sum of RGB (Red+Green+Blue) = 186+186+136=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA88 is #454577. Grayscale: #B4B4B4. Windows color (decimal): -4539768 or 8960698. OLE color: 8960698.
HSL color Cylindrical-coordinate representation of color #BABA88: hue angle of 60º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BABA88 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 136 | - |
| CMYK | 0 | 0 | 0.27 | 0.27 |
| HSL | 60º | 0.27% | 0.63% | - |
| HSV(B) | 60º | 0.27% | 0.73% | - |
| XYZ | 42.25 | 47.33 | 30.2 | - |
| YUV | 180.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 136 | 0 | 0 | 0.27 | 0.27 | 60 | 0.27 | 0.63 |
| Hex | BA | BA | 88 | 0 | 0 | 1B | 1B | 3C | 1B | 3F |
| Octal | 272 | 272 | 210 | 0 | 0 | 33 | 33 | 74 | 33 | 77 |
| Binary | 10111010 | 10111010 | 10001000 | 0 | 0 | 11011 | 11011 | 111100 | 11011 | 111111 |
Color Harmonies of #BABA88
Complementary color
Monochromatic Colors of #BABA88
Black with #BABA88
Text Example
Text Example
White with #BABA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA88; }
p { color: rgb(186,186,136); }
H1.HeaderClassName
{
color: #BABA88;
}
.AnyTagClassName
{
color: #BABA88;
}
</style>
background-color css
<style>
a { background-color: #BABA88; }
a { background-color: rgb(186,186,136); }
div.DivClassName
{
background-color: #BABA88;
}
.BgClassName
{
background-color: #BABA88;
}
</style>
border-color css
<style>
span { border-color: #BABA88; }
span { border-color: rgb(186,186,136); }
td.TdClassName
{
border-color: #BABA88;
}
.TagClassName
{
border-color: #BABA88;
}
</style>