Shades of Pine Glade #BAC67C
Tints of Pine Glade #BAC67C
RGB
CMYK
RGB Variations
Color information
#BAC67C (or 0xBAC67C) is known color: Pine Glade. HEX triplet: BA, C6 and 7C. RGB value is (186,198,124). Sum of RGB (Red+Green+Blue) = 186+198+124=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC67C is #453983. Grayscale: #BABABA. Windows color (decimal): -4536708 or 8177338. OLE color: 8177338.
HSL color Cylindrical-coordinate representation of color #BAC67C: hue angle of 69.73º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAC67C is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 124 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.22 |
| HSL | 69.73º | 0.39% | 0.63% | - |
| HSV(B) | 69.73º | 0.37% | 0.78% | - |
| XYZ | 44.08 | 52.28 | 26.84 | - |
| YUV | 185.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 124 | 0.06 | 0 | 0.37 | 0.22 | 69.73 | 0.39 | 0.63 |
| Hex | BA | C6 | 7C | 6 | 0 | 25 | 16 | 46 | 27 | 3F |
| Octal | 272 | 306 | 174 | 6 | 0 | 45 | 26 | 106 | 47 | 77 |
| Binary | 10111010 | 11000110 | 1111100 | 110 | 0 | 100101 | 10110 | 1000110 | 100111 | 111111 |
Color Harmonies of #BAC67C
Complementary color
Monochromatic Colors of #BAC67C
Black with #BAC67C
Text Example
Text Example
White with #BAC67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC67C; }
p { color: rgb(186,198,124); }
H1.HeaderClassName
{
color: #BAC67C;
}
.AnyTagClassName
{
color: #BAC67C;
}
</style>
background-color css
<style>
a { background-color: #BAC67C; }
a { background-color: rgb(186,198,124); }
div.DivClassName
{
background-color: #BAC67C;
}
.BgClassName
{
background-color: #BAC67C;
}
</style>
border-color css
<style>
span { border-color: #BAC67C; }
span { border-color: rgb(186,198,124); }
td.TdClassName
{
border-color: #BAC67C;
}
.TagClassName
{
border-color: #BAC67C;
}
</style>