Shades of Pine Glade #BAC089
Tints of Pine Glade #BAC089
RGB
CMYK
RGB Variations
Color information
#BAC089 (or 0xBAC089) is known color: Pine Glade. HEX triplet: BA, C0 and 89. RGB value is (186,192,137). Sum of RGB (Red+Green+Blue) = 186+192+137=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC089 is #453F76. Grayscale: #B8B8B8. Windows color (decimal): -4538231 or 9027770. OLE color: 9027770.
HSL color Cylindrical-coordinate representation of color #BAC089: hue angle of 66.55º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAC089 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 137 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.25 |
| HSL | 66.55º | 0.3% | 0.65% | - |
| HSV(B) | 66.55º | 0.29% | 0.75% | - |
| XYZ | 43.61 | 49.94 | 31.01 | - |
| YUV | 183.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 137 | 0.03 | 0 | 0.29 | 0.25 | 66.55 | 0.3 | 0.65 |
| Hex | BA | C0 | 89 | 3 | 0 | 1D | 19 | 43 | 1E | 41 |
| Octal | 272 | 300 | 211 | 3 | 0 | 35 | 31 | 103 | 36 | 101 |
| Binary | 10111010 | 11000000 | 10001001 | 11 | 0 | 11101 | 11001 | 1000011 | 11110 | 1000001 |
Color Harmonies of #BAC089
Complementary color
Monochromatic Colors of #BAC089
Black with #BAC089
Text Example
Text Example
White with #BAC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC089; }
p { color: rgb(186,192,137); }
H1.HeaderClassName
{
color: #BAC089;
}
.AnyTagClassName
{
color: #BAC089;
}
</style>
background-color css
<style>
a { background-color: #BAC089; }
a { background-color: rgb(186,192,137); }
div.DivClassName
{
background-color: #BAC089;
}
.BgClassName
{
background-color: #BAC089;
}
</style>
border-color css
<style>
span { border-color: #BAC089; }
span { border-color: rgb(186,192,137); }
td.TdClassName
{
border-color: #BAC089;
}
.TagClassName
{
border-color: #BAC089;
}
</style>