Shades of Pine Glade #BAC486
Tints of Pine Glade #BAC486
RGB
CMYK
RGB Variations
Color information
#BAC486 (or 0xBAC486) is known color: Pine Glade. HEX triplet: BA, C4 and 86. RGB value is (186,196,134). Sum of RGB (Red+Green+Blue) = 186+196+134=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC486 is #453B79. Grayscale: #BABABA. Windows color (decimal): -4537210 or 8832186. OLE color: 8832186.
HSL color Cylindrical-coordinate representation of color #BAC486: hue angle of 69.68º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAC486 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 134 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.23 |
| HSL | 69.68º | 0.34% | 0.65% | - |
| HSV(B) | 69.68º | 0.32% | 0.77% | - |
| XYZ | 44.29 | 51.64 | 30.19 | - |
| YUV | 185.94 | 98.69 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 134 | 0.05 | 0 | 0.32 | 0.23 | 69.68 | 0.34 | 0.65 |
| Hex | BA | C4 | 86 | 5 | 0 | 20 | 17 | 46 | 22 | 41 |
| Octal | 272 | 304 | 206 | 5 | 0 | 40 | 27 | 106 | 42 | 101 |
| Binary | 10111010 | 11000100 | 10000110 | 101 | 0 | 100000 | 10111 | 1000110 | 100010 | 1000001 |
Color Harmonies of #BAC486
Complementary color
Monochromatic Colors of #BAC486
Black with #BAC486
Text Example
Text Example
White with #BAC486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC486; }
p { color: rgb(186,196,134); }
H1.HeaderClassName
{
color: #BAC486;
}
.AnyTagClassName
{
color: #BAC486;
}
</style>
background-color css
<style>
a { background-color: #BAC486; }
a { background-color: rgb(186,196,134); }
div.DivClassName
{
background-color: #BAC486;
}
.BgClassName
{
background-color: #BAC486;
}
</style>
border-color css
<style>
span { border-color: #BAC486; }
span { border-color: rgb(186,196,134); }
td.TdClassName
{
border-color: #BAC486;
}
.TagClassName
{
border-color: #BAC486;
}
</style>