Shades of Pine Glade #BAC487
Tints of Pine Glade #BAC487
RGB
CMYK
RGB Variations
Color information
#BAC487 (or 0xBAC487) is known color: Pine Glade. HEX triplet: BA, C4 and 87. RGB value is (186,196,135). Sum of RGB (Red+Green+Blue) = 186+196+135=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC487 is #453B78. Grayscale: #BABABA. Windows color (decimal): -4537209 or 8897722. OLE color: 8897722.
HSL color Cylindrical-coordinate representation of color #BAC487: hue angle of 69.84º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAC487 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 135 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.23 |
| HSL | 69.84º | 0.34% | 0.65% | - |
| HSV(B) | 69.84º | 0.31% | 0.77% | - |
| XYZ | 44.36 | 51.67 | 30.56 | - |
| YUV | 186.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 135 | 0.05 | 0 | 0.31 | 0.23 | 69.84 | 0.34 | 0.65 |
| Hex | BA | C4 | 87 | 5 | 0 | 1F | 17 | 46 | 22 | 41 |
| Octal | 272 | 304 | 207 | 5 | 0 | 37 | 27 | 106 | 42 | 101 |
| Binary | 10111010 | 11000100 | 10000111 | 101 | 0 | 11111 | 10111 | 1000110 | 100010 | 1000001 |
Color Harmonies of #BAC487
Complementary color
Monochromatic Colors of #BAC487
Black with #BAC487
Text Example
Text Example
White with #BAC487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC487; }
p { color: rgb(186,196,135); }
H1.HeaderClassName
{
color: #BAC487;
}
.AnyTagClassName
{
color: #BAC487;
}
</style>
background-color css
<style>
a { background-color: #BAC487; }
a { background-color: rgb(186,196,135); }
div.DivClassName
{
background-color: #BAC487;
}
.BgClassName
{
background-color: #BAC487;
}
</style>
border-color css
<style>
span { border-color: #BAC487; }
span { border-color: rgb(186,196,135); }
td.TdClassName
{
border-color: #BAC487;
}
.TagClassName
{
border-color: #BAC487;
}
</style>