Shades of Pine Glade #BAC672
Tints of Pine Glade #BAC672
RGB
CMYK
RGB Variations
Color information
#BAC672 (or 0xBAC672) is known color: Pine Glade. HEX triplet: BA, C6 and 72. RGB value is (186,198,114). Sum of RGB (Red+Green+Blue) = 186+198+114=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC672 is #45398D. Grayscale: #B9B9B9. Windows color (decimal): -4536718 or 7521978. OLE color: 7521978.
HSL color Cylindrical-coordinate representation of color #BAC672: hue angle of 68.57º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAC672 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 114 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.22 |
| HSL | 68.57º | 0.42% | 0.61% | - |
| HSV(B) | 68.57º | 0.42% | 0.78% | - |
| XYZ | 43.48 | 52.04 | 23.67 | - |
| YUV | 184.84 | 88.02 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 114 | 0.06 | 0 | 0.42 | 0.22 | 68.57 | 0.42 | 0.61 |
| Hex | BA | C6 | 72 | 6 | 0 | 2A | 16 | 45 | 2A | 3D |
| Octal | 272 | 306 | 162 | 6 | 0 | 52 | 26 | 105 | 52 | 75 |
| Binary | 10111010 | 11000110 | 1110010 | 110 | 0 | 101010 | 10110 | 1000101 | 101010 | 111101 |
Color Harmonies of #BAC672
Complementary color
Monochromatic Colors of #BAC672
Black with #BAC672
Text Example
Text Example
White with #BAC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC672; }
p { color: rgb(186,198,114); }
H1.HeaderClassName
{
color: #BAC672;
}
.AnyTagClassName
{
color: #BAC672;
}
</style>
background-color css
<style>
a { background-color: #BAC672; }
a { background-color: rgb(186,198,114); }
div.DivClassName
{
background-color: #BAC672;
}
.BgClassName
{
background-color: #BAC672;
}
</style>
border-color css
<style>
span { border-color: #BAC672; }
span { border-color: rgb(186,198,114); }
td.TdClassName
{
border-color: #BAC672;
}
.TagClassName
{
border-color: #BAC672;
}
</style>