Shades of Pine Glade #BABA81
Tints of Pine Glade #BABA81
RGB
CMYK
RGB Variations
Color information
#BABA81 (or 0xBABA81) is known color: Pine Glade. HEX triplet: BA, BA and 81. RGB value is (186,186,129). Sum of RGB (Red+Green+Blue) = 186+186+129=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA81 is #45457E. Grayscale: #B3B3B3. Windows color (decimal): -4539775 or 8501946. OLE color: 8501946.
HSL color Cylindrical-coordinate representation of color #BABA81: hue angle of 60º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BABA81 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 129 | - |
| CMYK | 0 | 0 | 0.31 | 0.27 |
| HSL | 60º | 0.29% | 0.62% | - |
| HSV(B) | 60º | 0.31% | 0.73% | - |
| XYZ | 41.77 | 47.14 | 27.67 | - |
| YUV | 179.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 129 | 0 | 0 | 0.31 | 0.27 | 60 | 0.29 | 0.62 |
| Hex | BA | BA | 81 | 0 | 0 | 1F | 1B | 3C | 1D | 3E |
| Octal | 272 | 272 | 201 | 0 | 0 | 37 | 33 | 74 | 35 | 76 |
| Binary | 10111010 | 10111010 | 10000001 | 0 | 0 | 11111 | 11011 | 111100 | 11101 | 111110 |
Color Harmonies of #BABA81
Complementary color
Monochromatic Colors of #BABA81
Black with #BABA81
Text Example
Text Example
White with #BABA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA81; }
p { color: rgb(186,186,129); }
H1.HeaderClassName
{
color: #BABA81;
}
.AnyTagClassName
{
color: #BABA81;
}
</style>
background-color css
<style>
a { background-color: #BABA81; }
a { background-color: rgb(186,186,129); }
div.DivClassName
{
background-color: #BABA81;
}
.BgClassName
{
background-color: #BABA81;
}
</style>
border-color css
<style>
span { border-color: #BABA81; }
span { border-color: rgb(186,186,129); }
td.TdClassName
{
border-color: #BABA81;
}
.TagClassName
{
border-color: #BABA81;
}
</style>