Shades of Pine Glade #BAC878
Tints of Pine Glade #BAC878
RGB
CMYK
RGB Variations
Color information
#BAC878 (or 0xBAC878) is known color: Pine Glade. HEX triplet: BA, C8 and 78. RGB value is (186,200,120). Sum of RGB (Red+Green+Blue) = 186+200+120=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC878 is #453787. Grayscale: #BBBBBB. Windows color (decimal): -4536200 or 7915706. OLE color: 7915706.
HSL color Cylindrical-coordinate representation of color #BAC878: hue angle of 70.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC878 is Cyan = 0.07, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 120 | - |
| CMYK | 0.07 | 0 | 0.4 | 0.22 |
| HSL | 70.5º | 0.42% | 0.63% | - |
| HSV(B) | 70.5º | 0.4% | 0.78% | - |
| XYZ | 44.29 | 53.1 | 25.68 | - |
| YUV | 186.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 120 | 0.07 | 0 | 0.4 | 0.22 | 70.5 | 0.42 | 0.63 |
| Hex | BA | C8 | 78 | 7 | 0 | 28 | 16 | 46 | 2A | 3F |
| Octal | 272 | 310 | 170 | 7 | 0 | 50 | 26 | 106 | 52 | 77 |
| Binary | 10111010 | 11001000 | 1111000 | 111 | 0 | 101000 | 10110 | 1000110 | 101010 | 111111 |
Color Harmonies of #BAC878
Complementary color
Monochromatic Colors of #BAC878
Black with #BAC878
Text Example
Text Example
White with #BAC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC878; }
p { color: rgb(186,200,120); }
H1.HeaderClassName
{
color: #BAC878;
}
.AnyTagClassName
{
color: #BAC878;
}
</style>
background-color css
<style>
a { background-color: #BAC878; }
a { background-color: rgb(186,200,120); }
div.DivClassName
{
background-color: #BAC878;
}
.BgClassName
{
background-color: #BAC878;
}
</style>
border-color css
<style>
span { border-color: #BAC878; }
span { border-color: rgb(186,200,120); }
td.TdClassName
{
border-color: #BAC878;
}
.TagClassName
{
border-color: #BAC878;
}
</style>