Shades of Pine Glade #BABC86
Tints of Pine Glade #BABC86
RGB
CMYK
RGB Variations
Color information
#BABC86 (or 0xBABC86) is known color: Pine Glade. HEX triplet: BA, BC and 86. RGB value is (186,188,134). Sum of RGB (Red+Green+Blue) = 186+188+134=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC86 is #454379. Grayscale: #B5B5B5. Windows color (decimal): -4539258 or 8830138. OLE color: 8830138.
HSL color Cylindrical-coordinate representation of color #BABC86: hue angle of 62.22º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BABC86 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 134 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.26 |
| HSL | 62.22º | 0.29% | 0.63% | - |
| HSV(B) | 62.22º | 0.29% | 0.74% | - |
| XYZ | 42.54 | 48.13 | 29.6 | - |
| YUV | 181.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 134 | 0.01 | 0 | 0.29 | 0.26 | 62.22 | 0.29 | 0.63 |
| Hex | BA | BC | 86 | 1 | 0 | 1D | 1A | 3E | 1D | 3F |
| Octal | 272 | 274 | 206 | 1 | 0 | 35 | 32 | 76 | 35 | 77 |
| Binary | 10111010 | 10111100 | 10000110 | 1 | 0 | 11101 | 11010 | 111110 | 11101 | 111111 |
Color Harmonies of #BABC86
Complementary color
Monochromatic Colors of #BABC86
Black with #BABC86
Text Example
Text Example
White with #BABC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC86; }
p { color: rgb(186,188,134); }
H1.HeaderClassName
{
color: #BABC86;
}
.AnyTagClassName
{
color: #BABC86;
}
</style>
background-color css
<style>
a { background-color: #BABC86; }
a { background-color: rgb(186,188,134); }
div.DivClassName
{
background-color: #BABC86;
}
.BgClassName
{
background-color: #BABC86;
}
</style>
border-color css
<style>
span { border-color: #BABC86; }
span { border-color: rgb(186,188,134); }
td.TdClassName
{
border-color: #BABC86;
}
.TagClassName
{
border-color: #BABC86;
}
</style>