Shades of Pine Glade #BAC179
Tints of Pine Glade #BAC179
RGB
CMYK
RGB Variations
Color information
#BAC179 (or 0xBAC179) is known color: Pine Glade. HEX triplet: BA, C1 and 79. RGB value is (186,193,121). Sum of RGB (Red+Green+Blue) = 186+193+121=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC179 is #453E86. Grayscale: #B6B6B6. Windows color (decimal): -4537991 or 7979450. OLE color: 7979450.
HSL color Cylindrical-coordinate representation of color #BAC179: hue angle of 65.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAC179 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 121 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.24 |
| HSL | 65.83º | 0.37% | 0.62% | - |
| HSV(B) | 65.83º | 0.37% | 0.76% | - |
| XYZ | 42.77 | 49.96 | 25.48 | - |
| YUV | 182.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 121 | 0.04 | 0 | 0.37 | 0.24 | 65.83 | 0.37 | 0.62 |
| Hex | BA | C1 | 79 | 4 | 0 | 25 | 18 | 42 | 25 | 3E |
| Octal | 272 | 301 | 171 | 4 | 0 | 45 | 30 | 102 | 45 | 76 |
| Binary | 10111010 | 11000001 | 1111001 | 100 | 0 | 100101 | 11000 | 1000010 | 100101 | 111110 |
Color Harmonies of #BAC179
Complementary color
Monochromatic Colors of #BAC179
Black with #BAC179
Text Example
Text Example
White with #BAC179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC179; }
p { color: rgb(186,193,121); }
H1.HeaderClassName
{
color: #BAC179;
}
.AnyTagClassName
{
color: #BAC179;
}
</style>
background-color css
<style>
a { background-color: #BAC179; }
a { background-color: rgb(186,193,121); }
div.DivClassName
{
background-color: #BAC179;
}
.BgClassName
{
background-color: #BAC179;
}
</style>
border-color css
<style>
span { border-color: #BAC179; }
span { border-color: rgb(186,193,121); }
td.TdClassName
{
border-color: #BAC179;
}
.TagClassName
{
border-color: #BAC179;
}
</style>