Shades of Pine Glade #BAC07A
Tints of Pine Glade #BAC07A
RGB
CMYK
RGB Variations
Color information
#BAC07A (or 0xBAC07A) is known color: Pine Glade. HEX triplet: BA, C0 and 7A. RGB value is (186,192,122). Sum of RGB (Red+Green+Blue) = 186+192+122=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC07A is #453F85. Grayscale: #B6B6B6. Windows color (decimal): -4538246 or 8044730. OLE color: 8044730.
HSL color Cylindrical-coordinate representation of color #BAC07A: hue angle of 65.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAC07A is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 122 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.25 |
| HSL | 65.14º | 0.36% | 0.62% | - |
| HSV(B) | 65.14º | 0.36% | 0.75% | - |
| XYZ | 42.61 | 49.54 | 25.73 | - |
| YUV | 182.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 122 | 0.03 | 0 | 0.36 | 0.25 | 65.14 | 0.36 | 0.62 |
| Hex | BA | C0 | 7A | 3 | 0 | 24 | 19 | 41 | 24 | 3E |
| Octal | 272 | 300 | 172 | 3 | 0 | 44 | 31 | 101 | 44 | 76 |
| Binary | 10111010 | 11000000 | 1111010 | 11 | 0 | 100100 | 11001 | 1000001 | 100100 | 111110 |
Color Harmonies of #BAC07A
Complementary color
Monochromatic Colors of #BAC07A
Black with #BAC07A
Text Example
Text Example
White with #BAC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC07A; }
p { color: rgb(186,192,122); }
H1.HeaderClassName
{
color: #BAC07A;
}
.AnyTagClassName
{
color: #BAC07A;
}
</style>
background-color css
<style>
a { background-color: #BAC07A; }
a { background-color: rgb(186,192,122); }
div.DivClassName
{
background-color: #BAC07A;
}
.BgClassName
{
background-color: #BAC07A;
}
</style>
border-color css
<style>
span { border-color: #BAC07A; }
span { border-color: rgb(186,192,122); }
td.TdClassName
{
border-color: #BAC07A;
}
.TagClassName
{
border-color: #BAC07A;
}
</style>