Shades of Pine Glade #BABA83
Tints of Pine Glade #BABA83
RGB
CMYK
RGB Variations
Color information
#BABA83 (or 0xBABA83) is known color: Pine Glade. HEX triplet: BA, BA and 83. RGB value is (186,186,131). Sum of RGB (Red+Green+Blue) = 186+186+131=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA83 is #45457C. Grayscale: #B3B3B3. Windows color (decimal): -4539773 or 8633018. OLE color: 8633018.
HSL color Cylindrical-coordinate representation of color #BABA83: hue angle of 60º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BABA83 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 131 | - |
| CMYK | 0 | 0 | 0.30 | 0.27 |
| HSL | 60º | 0.28% | 0.62% | - |
| HSV(B) | 60º | 0.3% | 0.73% | - |
| XYZ | 41.91 | 47.2 | 28.37 | - |
| YUV | 179.73 | 100.5 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 131 | 0 | 0 | 0.30 | 0.27 | 60 | 0.28 | 0.62 |
| Hex | BA | BA | 83 | 0 | 0 | 1E | 1B | 3C | 1C | 3E |
| Octal | 272 | 272 | 203 | 0 | 0 | 36 | 33 | 74 | 34 | 76 |
| Binary | 10111010 | 10111010 | 10000011 | 0 | 0 | 11110 | 11011 | 111100 | 11100 | 111110 |
Color Harmonies of #BABA83
Complementary color
Monochromatic Colors of #BABA83
Black with #BABA83
Text Example
Text Example
White with #BABA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA83; }
p { color: rgb(186,186,131); }
H1.HeaderClassName
{
color: #BABA83;
}
.AnyTagClassName
{
color: #BABA83;
}
</style>
background-color css
<style>
a { background-color: #BABA83; }
a { background-color: rgb(186,186,131); }
div.DivClassName
{
background-color: #BABA83;
}
.BgClassName
{
background-color: #BABA83;
}
</style>
border-color css
<style>
span { border-color: #BABA83; }
span { border-color: rgb(186,186,131); }
td.TdClassName
{
border-color: #BABA83;
}
.TagClassName
{
border-color: #BABA83;
}
</style>