Shades of Pine Glade #BAC087
Tints of Pine Glade #BAC087
RGB
CMYK
RGB Variations
Color information
#BAC087 (or 0xBAC087) is known color: Pine Glade. HEX triplet: BA, C0 and 87. RGB value is (186,192,135). Sum of RGB (Red+Green+Blue) = 186+192+135=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC087 is #453F78. Grayscale: #B7B7B7. Windows color (decimal): -4538233 or 8896698. OLE color: 8896698.
HSL color Cylindrical-coordinate representation of color #BAC087: hue angle of 66.32º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC087 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 135 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.25 |
| HSL | 66.32º | 0.31% | 0.64% | - |
| HSV(B) | 66.32º | 0.3% | 0.75% | - |
| XYZ | 43.47 | 49.89 | 30.26 | - |
| YUV | 183.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 135 | 0.03 | 0 | 0.30 | 0.25 | 66.32 | 0.31 | 0.64 |
| Hex | BA | C0 | 87 | 3 | 0 | 1E | 19 | 42 | 1F | 40 |
| Octal | 272 | 300 | 207 | 3 | 0 | 36 | 31 | 102 | 37 | 100 |
| Binary | 10111010 | 11000000 | 10000111 | 11 | 0 | 11110 | 11001 | 1000010 | 11111 | 1000000 |
Color Harmonies of #BAC087
Complementary color
Monochromatic Colors of #BAC087
Black with #BAC087
Text Example
Text Example
White with #BAC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC087; }
p { color: rgb(186,192,135); }
H1.HeaderClassName
{
color: #BAC087;
}
.AnyTagClassName
{
color: #BAC087;
}
</style>
background-color css
<style>
a { background-color: #BAC087; }
a { background-color: rgb(186,192,135); }
div.DivClassName
{
background-color: #BAC087;
}
.BgClassName
{
background-color: #BAC087;
}
</style>
border-color css
<style>
span { border-color: #BAC087; }
span { border-color: rgb(186,192,135); }
td.TdClassName
{
border-color: #BAC087;
}
.TagClassName
{
border-color: #BAC087;
}
</style>