Shades of Pine Glade #BAC67E
Tints of Pine Glade #BAC67E
RGB
CMYK
RGB Variations
Color information
#BAC67E (or 0xBAC67E) is known color: Pine Glade. HEX triplet: BA, C6 and 7E. RGB value is (186,198,126). Sum of RGB (Red+Green+Blue) = 186+198+126=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC67E is #453981. Grayscale: #BABABA. Windows color (decimal): -4536706 or 8308410. OLE color: 8308410.
HSL color Cylindrical-coordinate representation of color #BAC67E: hue angle of 70º degrees, saturation: 0.39, 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 #BAC67E is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 126 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.22 |
| HSL | 70º | 0.39% | 0.64% | - |
| HSV(B) | 70º | 0.36% | 0.78% | - |
| XYZ | 44.21 | 52.33 | 27.51 | - |
| YUV | 186.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 126 | 0.06 | 0 | 0.36 | 0.22 | 70 | 0.39 | 0.64 |
| Hex | BA | C6 | 7E | 6 | 0 | 24 | 16 | 46 | 27 | 40 |
| Octal | 272 | 306 | 176 | 6 | 0 | 44 | 26 | 106 | 47 | 100 |
| Binary | 10111010 | 11000110 | 1111110 | 110 | 0 | 100100 | 10110 | 1000110 | 100111 | 1000000 |
Color Harmonies of #BAC67E
Complementary color
Monochromatic Colors of #BAC67E
Black with #BAC67E
Text Example
Text Example
White with #BAC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC67E; }
p { color: rgb(186,198,126); }
H1.HeaderClassName
{
color: #BAC67E;
}
.AnyTagClassName
{
color: #BAC67E;
}
</style>
background-color css
<style>
a { background-color: #BAC67E; }
a { background-color: rgb(186,198,126); }
div.DivClassName
{
background-color: #BAC67E;
}
.BgClassName
{
background-color: #BAC67E;
}
</style>
border-color css
<style>
span { border-color: #BAC67E; }
span { border-color: rgb(186,198,126); }
td.TdClassName
{
border-color: #BAC67E;
}
.TagClassName
{
border-color: #BAC67E;
}
</style>