Shades of Pine Glade #BAC071
Tints of Pine Glade #BAC071
RGB
CMYK
RGB Variations
Color information
#BAC071 (or 0xBAC071) is known color: Pine Glade. HEX triplet: BA, C0 and 71. RGB value is (186,192,113). Sum of RGB (Red+Green+Blue) = 186+192+113=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC071 is #453F8E. Grayscale: #B5B5B5. Windows color (decimal): -4538255 or 7454906. OLE color: 7454906.
HSL color Cylindrical-coordinate representation of color #BAC071: hue angle of 64.56º degrees, saturation: 0.39, 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 #BAC071 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 113 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.25 |
| HSL | 64.56º | 0.39% | 0.6% | - |
| HSV(B) | 64.56º | 0.41% | 0.75% | - |
| XYZ | 42.08 | 49.33 | 22.93 | - |
| YUV | 181.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 113 | 0.03 | 0 | 0.41 | 0.25 | 64.56 | 0.39 | 0.6 |
| Hex | BA | C0 | 71 | 3 | 0 | 29 | 19 | 41 | 27 | 3C |
| Octal | 272 | 300 | 161 | 3 | 0 | 51 | 31 | 101 | 47 | 74 |
| Binary | 10111010 | 11000000 | 1110001 | 11 | 0 | 101001 | 11001 | 1000001 | 100111 | 111100 |
Color Harmonies of #BAC071
Complementary color
Monochromatic Colors of #BAC071
Black with #BAC071
Text Example
Text Example
White with #BAC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC071; }
p { color: rgb(186,192,113); }
H1.HeaderClassName
{
color: #BAC071;
}
.AnyTagClassName
{
color: #BAC071;
}
</style>
background-color css
<style>
a { background-color: #BAC071; }
a { background-color: rgb(186,192,113); }
div.DivClassName
{
background-color: #BAC071;
}
.BgClassName
{
background-color: #BAC071;
}
</style>
border-color css
<style>
span { border-color: #BAC071; }
span { border-color: rgb(186,192,113); }
td.TdClassName
{
border-color: #BAC071;
}
.TagClassName
{
border-color: #BAC071;
}
</style>