Shades of Pine Glade #BAC072
Tints of Pine Glade #BAC072
RGB
CMYK
RGB Variations
Color information
#BAC072 (or 0xBAC072) is known color: Pine Glade. HEX triplet: BA, C0 and 72. RGB value is (186,192,114). Sum of RGB (Red+Green+Blue) = 186+192+114=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC072 is #453F8D. Grayscale: #B5B5B5. Windows color (decimal): -4538254 or 7520442. OLE color: 7520442.
HSL color Cylindrical-coordinate representation of color #BAC072: hue angle of 64.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAC072 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 114 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.25 |
| HSL | 64.62º | 0.38% | 0.6% | - |
| HSV(B) | 64.62º | 0.41% | 0.75% | - |
| XYZ | 42.14 | 49.35 | 23.22 | - |
| YUV | 181.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 114 | 0.03 | 0 | 0.41 | 0.25 | 64.62 | 0.38 | 0.6 |
| Hex | BA | C0 | 72 | 3 | 0 | 29 | 19 | 41 | 26 | 3C |
| Octal | 272 | 300 | 162 | 3 | 0 | 51 | 31 | 101 | 46 | 74 |
| Binary | 10111010 | 11000000 | 1110010 | 11 | 0 | 101001 | 11001 | 1000001 | 100110 | 111100 |
Color Harmonies of #BAC072
Complementary color
Monochromatic Colors of #BAC072
Black with #BAC072
Text Example
Text Example
White with #BAC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC072; }
p { color: rgb(186,192,114); }
H1.HeaderClassName
{
color: #BAC072;
}
.AnyTagClassName
{
color: #BAC072;
}
</style>
background-color css
<style>
a { background-color: #BAC072; }
a { background-color: rgb(186,192,114); }
div.DivClassName
{
background-color: #BAC072;
}
.BgClassName
{
background-color: #BAC072;
}
</style>
border-color css
<style>
span { border-color: #BAC072; }
span { border-color: rgb(186,192,114); }
td.TdClassName
{
border-color: #BAC072;
}
.TagClassName
{
border-color: #BAC072;
}
</style>