Shades of Pine Glade #BAC073
Tints of Pine Glade #BAC073
RGB
CMYK
RGB Variations
Color information
#BAC073 (or 0xBAC073) is known color: Pine Glade. HEX triplet: BA, C0 and 73. RGB value is (186,192,115). Sum of RGB (Red+Green+Blue) = 186+192+115=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC073 is #453F8C. Grayscale: #B5B5B5. Windows color (decimal): -4538253 or 7585978. OLE color: 7585978.
HSL color Cylindrical-coordinate representation of color #BAC073: hue angle of 64.68º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC073 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 115 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.25 |
| HSL | 64.68º | 0.38% | 0.6% | - |
| HSV(B) | 64.68º | 0.4% | 0.75% | - |
| XYZ | 42.19 | 49.38 | 23.53 | - |
| YUV | 181.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 115 | 0.03 | 0 | 0.40 | 0.25 | 64.68 | 0.38 | 0.6 |
| Hex | BA | C0 | 73 | 3 | 0 | 28 | 19 | 41 | 26 | 3C |
| Octal | 272 | 300 | 163 | 3 | 0 | 50 | 31 | 101 | 46 | 74 |
| Binary | 10111010 | 11000000 | 1110011 | 11 | 0 | 101000 | 11001 | 1000001 | 100110 | 111100 |
Color Harmonies of #BAC073
Complementary color
Monochromatic Colors of #BAC073
Black with #BAC073
Text Example
Text Example
White with #BAC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC073; }
p { color: rgb(186,192,115); }
H1.HeaderClassName
{
color: #BAC073;
}
.AnyTagClassName
{
color: #BAC073;
}
</style>
background-color css
<style>
a { background-color: #BAC073; }
a { background-color: rgb(186,192,115); }
div.DivClassName
{
background-color: #BAC073;
}
.BgClassName
{
background-color: #BAC073;
}
</style>
border-color css
<style>
span { border-color: #BAC073; }
span { border-color: rgb(186,192,115); }
td.TdClassName
{
border-color: #BAC073;
}
.TagClassName
{
border-color: #BAC073;
}
</style>