Shades of Pine Glade #BAC077
Tints of Pine Glade #BAC077
RGB
CMYK
RGB Variations
Color information
#BAC077 (or 0xBAC077) is known color: Pine Glade. HEX triplet: BA, C0 and 77. RGB value is (186,192,119). Sum of RGB (Red+Green+Blue) = 186+192+119=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC077 is #453F88. Grayscale: #B6B6B6. Windows color (decimal): -4538249 or 7848122. OLE color: 7848122.
HSL color Cylindrical-coordinate representation of color #BAC077: hue angle of 64.93º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAC077 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 119 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.25 |
| HSL | 64.93º | 0.37% | 0.61% | - |
| HSV(B) | 64.93º | 0.38% | 0.75% | - |
| XYZ | 42.43 | 49.47 | 24.77 | - |
| YUV | 181.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 119 | 0.03 | 0 | 0.38 | 0.25 | 64.93 | 0.37 | 0.61 |
| Hex | BA | C0 | 77 | 3 | 0 | 26 | 19 | 41 | 25 | 3D |
| Octal | 272 | 300 | 167 | 3 | 0 | 46 | 31 | 101 | 45 | 75 |
| Binary | 10111010 | 11000000 | 1110111 | 11 | 0 | 100110 | 11001 | 1000001 | 100101 | 111101 |
Color Harmonies of #BAC077
Complementary color
Monochromatic Colors of #BAC077
Black with #BAC077
Text Example
Text Example
White with #BAC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC077; }
p { color: rgb(186,192,119); }
H1.HeaderClassName
{
color: #BAC077;
}
.AnyTagClassName
{
color: #BAC077;
}
</style>
background-color css
<style>
a { background-color: #BAC077; }
a { background-color: rgb(186,192,119); }
div.DivClassName
{
background-color: #BAC077;
}
.BgClassName
{
background-color: #BAC077;
}
</style>
border-color css
<style>
span { border-color: #BAC077; }
span { border-color: rgb(186,192,119); }
td.TdClassName
{
border-color: #BAC077;
}
.TagClassName
{
border-color: #BAC077;
}
</style>