Shades of Pine Glade #BAC67F
Tints of Pine Glade #BAC67F
RGB
CMYK
RGB Variations
Color information
#BAC67F (or 0xBAC67F) is known color: Pine Glade. HEX triplet: BA, C6 and 7F. RGB value is (186,198,127). Sum of RGB (Red+Green+Blue) = 186+198+127=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC67F is #453980. Grayscale: #BABABA. Windows color (decimal): -4536705 or 8373946. OLE color: 8373946.
HSL color Cylindrical-coordinate representation of color #BAC67F: hue angle of 70.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAC67F is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 127 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.22 |
| HSL | 70.14º | 0.38% | 0.64% | - |
| HSV(B) | 70.14º | 0.36% | 0.78% | - |
| XYZ | 44.27 | 52.36 | 27.85 | - |
| YUV | 186.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 127 | 0.06 | 0 | 0.36 | 0.22 | 70.14 | 0.38 | 0.64 |
| Hex | BA | C6 | 7F | 6 | 0 | 24 | 16 | 46 | 26 | 40 |
| Octal | 272 | 306 | 177 | 6 | 0 | 44 | 26 | 106 | 46 | 100 |
| Binary | 10111010 | 11000110 | 1111111 | 110 | 0 | 100100 | 10110 | 1000110 | 100110 | 1000000 |
Color Harmonies of #BAC67F
Complementary color
Monochromatic Colors of #BAC67F
Black with #BAC67F
Text Example
Text Example
White with #BAC67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC67F; }
p { color: rgb(186,198,127); }
H1.HeaderClassName
{
color: #BAC67F;
}
.AnyTagClassName
{
color: #BAC67F;
}
</style>
background-color css
<style>
a { background-color: #BAC67F; }
a { background-color: rgb(186,198,127); }
div.DivClassName
{
background-color: #BAC67F;
}
.BgClassName
{
background-color: #BAC67F;
}
</style>
border-color css
<style>
span { border-color: #BAC67F; }
span { border-color: rgb(186,198,127); }
td.TdClassName
{
border-color: #BAC67F;
}
.TagClassName
{
border-color: #BAC67F;
}
</style>