Shades of Pine Glade #BAC488
Tints of Pine Glade #BAC488
RGB
CMYK
RGB Variations
Color information
#BAC488 (or 0xBAC488) is known color: Pine Glade. HEX triplet: BA, C4 and 88. RGB value is (186,196,136). Sum of RGB (Red+Green+Blue) = 186+196+136=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC488 is #453B77. Grayscale: #BABABA. Windows color (decimal): -4537208 or 8963258. OLE color: 8963258.
HSL color Cylindrical-coordinate representation of color #BAC488: hue angle of 70º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAC488 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 136 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.23 |
| HSL | 70º | 0.34% | 0.65% | - |
| HSV(B) | 70º | 0.31% | 0.77% | - |
| XYZ | 44.43 | 51.7 | 30.93 | - |
| YUV | 186.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 136 | 0.05 | 0 | 0.31 | 0.23 | 70 | 0.34 | 0.65 |
| Hex | BA | C4 | 88 | 5 | 0 | 1F | 17 | 46 | 22 | 41 |
| Octal | 272 | 304 | 210 | 5 | 0 | 37 | 27 | 106 | 42 | 101 |
| Binary | 10111010 | 11000100 | 10001000 | 101 | 0 | 11111 | 10111 | 1000110 | 100010 | 1000001 |
Color Harmonies of #BAC488
Complementary color
Monochromatic Colors of #BAC488
Black with #BAC488
Text Example
Text Example
White with #BAC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC488; }
p { color: rgb(186,196,136); }
H1.HeaderClassName
{
color: #BAC488;
}
.AnyTagClassName
{
color: #BAC488;
}
</style>
background-color css
<style>
a { background-color: #BAC488; }
a { background-color: rgb(186,196,136); }
div.DivClassName
{
background-color: #BAC488;
}
.BgClassName
{
background-color: #BAC488;
}
</style>
border-color css
<style>
span { border-color: #BAC488; }
span { border-color: rgb(186,196,136); }
td.TdClassName
{
border-color: #BAC488;
}
.TagClassName
{
border-color: #BAC488;
}
</style>