Shades of Pine Glade #BAC683
Tints of Pine Glade #BAC683
RGB
CMYK
RGB Variations
Color information
#BAC683 (or 0xBAC683) is known color: Pine Glade. HEX triplet: BA, C6 and 83. RGB value is (186,198,131). Sum of RGB (Red+Green+Blue) = 186+198+131=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC683 is #45397C. Grayscale: #BBBBBB. Windows color (decimal): -4536701 or 8636090. OLE color: 8636090.
HSL color Cylindrical-coordinate representation of color #BAC683: hue angle of 70.75º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAC683 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 131 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.22 |
| HSL | 70.75º | 0.37% | 0.65% | - |
| HSV(B) | 70.75º | 0.34% | 0.78% | - |
| XYZ | 44.54 | 52.47 | 29.25 | - |
| YUV | 186.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 131 | 0.06 | 0 | 0.34 | 0.22 | 70.75 | 0.37 | 0.65 |
| Hex | BA | C6 | 83 | 6 | 0 | 22 | 16 | 47 | 25 | 41 |
| Octal | 272 | 306 | 203 | 6 | 0 | 42 | 26 | 107 | 45 | 101 |
| Binary | 10111010 | 11000110 | 10000011 | 110 | 0 | 100010 | 10110 | 1000111 | 100101 | 1000001 |
Color Harmonies of #BAC683
Complementary color
Monochromatic Colors of #BAC683
Black with #BAC683
Text Example
Text Example
White with #BAC683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC683; }
p { color: rgb(186,198,131); }
H1.HeaderClassName
{
color: #BAC683;
}
.AnyTagClassName
{
color: #BAC683;
}
</style>
background-color css
<style>
a { background-color: #BAC683; }
a { background-color: rgb(186,198,131); }
div.DivClassName
{
background-color: #BAC683;
}
.BgClassName
{
background-color: #BAC683;
}
</style>
border-color css
<style>
span { border-color: #BAC683; }
span { border-color: rgb(186,198,131); }
td.TdClassName
{
border-color: #BAC683;
}
.TagClassName
{
border-color: #BAC683;
}
</style>