Shades of Pine Glade #BAC873
Tints of Pine Glade #BAC873
RGB
CMYK
RGB Variations
Color information
#BAC873 (or 0xBAC873) is known color: Pine Glade. HEX triplet: BA, C8 and 73. RGB value is (186,200,115). Sum of RGB (Red+Green+Blue) = 186+200+115=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC873 is #45378C. Grayscale: #BABABA. Windows color (decimal): -4536205 or 7588026. OLE color: 7588026.
HSL color Cylindrical-coordinate representation of color #BAC873: hue angle of 69.88º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAC873 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 115 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.22 |
| HSL | 69.88º | 0.44% | 0.62% | - |
| HSV(B) | 69.88º | 0.43% | 0.78% | - |
| XYZ | 44 | 52.99 | 24.13 | - |
| YUV | 186.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 115 | 0.07 | 0 | 0.42 | 0.22 | 69.88 | 0.44 | 0.62 |
| Hex | BA | C8 | 73 | 7 | 0 | 2A | 16 | 46 | 2C | 3E |
| Octal | 272 | 310 | 163 | 7 | 0 | 52 | 26 | 106 | 54 | 76 |
| Binary | 10111010 | 11001000 | 1110011 | 111 | 0 | 101010 | 10110 | 1000110 | 101100 | 111110 |
Color Harmonies of #BAC873
Complementary color
Monochromatic Colors of #BAC873
Black with #BAC873
Text Example
Text Example
White with #BAC873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC873; }
p { color: rgb(186,200,115); }
H1.HeaderClassName
{
color: #BAC873;
}
.AnyTagClassName
{
color: #BAC873;
}
</style>
background-color css
<style>
a { background-color: #BAC873; }
a { background-color: rgb(186,200,115); }
div.DivClassName
{
background-color: #BAC873;
}
.BgClassName
{
background-color: #BAC873;
}
</style>
border-color css
<style>
span { border-color: #BAC873; }
span { border-color: rgb(186,200,115); }
td.TdClassName
{
border-color: #BAC873;
}
.TagClassName
{
border-color: #BAC873;
}
</style>