Shades of Pine Glade #BAC773
Tints of Pine Glade #BAC773
RGB
CMYK
RGB Variations
Color information
#BAC773 (or 0xBAC773) is known color: Pine Glade. HEX triplet: BA, C7 and 73. RGB value is (186,199,115). Sum of RGB (Red+Green+Blue) = 186+199+115=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC773 is #45388C. Grayscale: #B9B9B9. Windows color (decimal): -4536461 or 7587770. OLE color: 7587770.
HSL color Cylindrical-coordinate representation of color #BAC773: hue angle of 69.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAC773 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 115 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.22 |
| HSL | 69.29º | 0.43% | 0.62% | - |
| HSV(B) | 69.29º | 0.42% | 0.78% | - |
| XYZ | 43.77 | 52.52 | 24.05 | - |
| YUV | 185.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 115 | 0.07 | 0 | 0.42 | 0.22 | 69.29 | 0.43 | 0.62 |
| Hex | BA | C7 | 73 | 7 | 0 | 2A | 16 | 45 | 2B | 3E |
| Octal | 272 | 307 | 163 | 7 | 0 | 52 | 26 | 105 | 53 | 76 |
| Binary | 10111010 | 11000111 | 1110011 | 111 | 0 | 101010 | 10110 | 1000101 | 101011 | 111110 |
Color Harmonies of #BAC773
Complementary color
Monochromatic Colors of #BAC773
Black with #BAC773
Text Example
Text Example
White with #BAC773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC773; }
p { color: rgb(186,199,115); }
H1.HeaderClassName
{
color: #BAC773;
}
.AnyTagClassName
{
color: #BAC773;
}
</style>
background-color css
<style>
a { background-color: #BAC773; }
a { background-color: rgb(186,199,115); }
div.DivClassName
{
background-color: #BAC773;
}
.BgClassName
{
background-color: #BAC773;
}
</style>
border-color css
<style>
span { border-color: #BAC773; }
span { border-color: rgb(186,199,115); }
td.TdClassName
{
border-color: #BAC773;
}
.TagClassName
{
border-color: #BAC773;
}
</style>