Shades of Pine Glade #BAC677
Tints of Pine Glade #BAC677
RGB
CMYK
RGB Variations
Color information
#BAC677 (or 0xBAC677) is known color: Pine Glade. HEX triplet: BA, C6 and 77. RGB value is (186,198,119). Sum of RGB (Red+Green+Blue) = 186+198+119=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC677 is #453988. Grayscale: #B9B9B9. Windows color (decimal): -4536713 or 7849658. OLE color: 7849658.
HSL color Cylindrical-coordinate representation of color #BAC677: hue angle of 69.11º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC677 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 119 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.22 |
| HSL | 69.11º | 0.41% | 0.62% | - |
| HSV(B) | 69.11º | 0.4% | 0.78% | - |
| XYZ | 43.77 | 52.16 | 25.21 | - |
| YUV | 185.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 119 | 0.06 | 0 | 0.40 | 0.22 | 69.11 | 0.41 | 0.62 |
| Hex | BA | C6 | 77 | 6 | 0 | 28 | 16 | 45 | 29 | 3E |
| Octal | 272 | 306 | 167 | 6 | 0 | 50 | 26 | 105 | 51 | 76 |
| Binary | 10111010 | 11000110 | 1110111 | 110 | 0 | 101000 | 10110 | 1000101 | 101001 | 111110 |
Color Harmonies of #BAC677
Complementary color
Monochromatic Colors of #BAC677
Black with #BAC677
Text Example
Text Example
White with #BAC677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC677; }
p { color: rgb(186,198,119); }
H1.HeaderClassName
{
color: #BAC677;
}
.AnyTagClassName
{
color: #BAC677;
}
</style>
background-color css
<style>
a { background-color: #BAC677; }
a { background-color: rgb(186,198,119); }
div.DivClassName
{
background-color: #BAC677;
}
.BgClassName
{
background-color: #BAC677;
}
</style>
border-color css
<style>
span { border-color: #BAC677; }
span { border-color: rgb(186,198,119); }
td.TdClassName
{
border-color: #BAC677;
}
.TagClassName
{
border-color: #BAC677;
}
</style>