Shades of Pine Glade #BAC87F
Tints of Pine Glade #BAC87F
RGB
CMYK
RGB Variations
Color information
#BAC87F (or 0xBAC87F) is known color: Pine Glade. HEX triplet: BA, C8 and 7F. RGB value is (186,200,127). Sum of RGB (Red+Green+Blue) = 186+200+127=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC87F is #453780. Grayscale: #BBBBBB. Windows color (decimal): -4536193 or 8374458. OLE color: 8374458.
HSL color Cylindrical-coordinate representation of color #BAC87F: hue angle of 71.51º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAC87F is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 127 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.22 |
| HSL | 71.51º | 0.4% | 0.64% | - |
| HSV(B) | 71.51º | 0.37% | 0.78% | - |
| XYZ | 44.73 | 53.28 | 28 | - |
| YUV | 187.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 127 | 0.07 | 0 | 0.36 | 0.22 | 71.51 | 0.4 | 0.64 |
| Hex | BA | C8 | 7F | 7 | 0 | 24 | 16 | 48 | 28 | 40 |
| Octal | 272 | 310 | 177 | 7 | 0 | 44 | 26 | 110 | 50 | 100 |
| Binary | 10111010 | 11001000 | 1111111 | 111 | 0 | 100100 | 10110 | 1001000 | 101000 | 1000000 |
Color Harmonies of #BAC87F
Complementary color
Monochromatic Colors of #BAC87F
Black with #BAC87F
Text Example
Text Example
White with #BAC87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC87F; }
p { color: rgb(186,200,127); }
H1.HeaderClassName
{
color: #BAC87F;
}
.AnyTagClassName
{
color: #BAC87F;
}
</style>
background-color css
<style>
a { background-color: #BAC87F; }
a { background-color: rgb(186,200,127); }
div.DivClassName
{
background-color: #BAC87F;
}
.BgClassName
{
background-color: #BAC87F;
}
</style>
border-color css
<style>
span { border-color: #BAC87F; }
span { border-color: rgb(186,200,127); }
td.TdClassName
{
border-color: #BAC87F;
}
.TagClassName
{
border-color: #BAC87F;
}
</style>