Shades of Pine Glade #BAC080
Tints of Pine Glade #BAC080
RGB
CMYK
RGB Variations
Color information
#BAC080 (or 0xBAC080) is known color: Pine Glade. HEX triplet: BA, C0 and 80. RGB value is (186,192,128). Sum of RGB (Red+Green+Blue) = 186+192+128=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC080 is #453F7F. Grayscale: #B7B7B7. Windows color (decimal): -4538240 or 8437946. OLE color: 8437946.
HSL color Cylindrical-coordinate representation of color #BAC080: hue angle of 65.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAC080 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 128 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.25 |
| HSL | 65.63º | 0.34% | 0.63% | - |
| HSV(B) | 65.63º | 0.33% | 0.75% | - |
| XYZ | 43 | 49.7 | 27.75 | - |
| YUV | 182.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 128 | 0.03 | 0 | 0.33 | 0.25 | 65.63 | 0.34 | 0.63 |
| Hex | BA | C0 | 80 | 3 | 0 | 21 | 19 | 42 | 22 | 3F |
| Octal | 272 | 300 | 200 | 3 | 0 | 41 | 31 | 102 | 42 | 77 |
| Binary | 10111010 | 11000000 | 10000000 | 11 | 0 | 100001 | 11001 | 1000010 | 100010 | 111111 |
Color Harmonies of #BAC080
Complementary color
Monochromatic Colors of #BAC080
Black with #BAC080
Text Example
Text Example
White with #BAC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC080; }
p { color: rgb(186,192,128); }
H1.HeaderClassName
{
color: #BAC080;
}
.AnyTagClassName
{
color: #BAC080;
}
</style>
background-color css
<style>
a { background-color: #BAC080; }
a { background-color: rgb(186,192,128); }
div.DivClassName
{
background-color: #BAC080;
}
.BgClassName
{
background-color: #BAC080;
}
</style>
border-color css
<style>
span { border-color: #BAC080; }
span { border-color: rgb(186,192,128); }
td.TdClassName
{
border-color: #BAC080;
}
.TagClassName
{
border-color: #BAC080;
}
</style>