Shades of Pine Glade #BAB780
Tints of Pine Glade #BAB780
RGB
CMYK
RGB Variations
Color information
#BAB780 (or 0xBAB780) is known color: Pine Glade. HEX triplet: BA, B7 and 80. RGB value is (186,183,128). Sum of RGB (Red+Green+Blue) = 186+183+128=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB780 is #45487F. Grayscale: #B1B1B1. Windows color (decimal): -4540544 or 8435642. OLE color: 8435642.
HSL color Cylindrical-coordinate representation of color #BAB780: hue angle of 56.9º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAB780 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 128 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.27 |
| HSL | 56.9º | 0.3% | 0.62% | - |
| HSV(B) | 56.9º | 0.31% | 0.73% | - |
| XYZ | 41.08 | 45.86 | 27.11 | - |
| YUV | 177.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 128 | 0 | 0.02 | 0.31 | 0.27 | 56.9 | 0.3 | 0.62 |
| Hex | BA | B7 | 80 | 0 | 2 | 1F | 1B | 39 | 1E | 3E |
| Octal | 272 | 267 | 200 | 0 | 2 | 37 | 33 | 71 | 36 | 76 |
| Binary | 10111010 | 10110111 | 10000000 | 0 | 10 | 11111 | 11011 | 111001 | 11110 | 111110 |
Color Harmonies of #BAB780
Complementary color
Monochromatic Colors of #BAB780
Black with #BAB780
Text Example
Text Example
White with #BAB780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB780; }
p { color: rgb(186,183,128); }
H1.HeaderClassName
{
color: #BAB780;
}
.AnyTagClassName
{
color: #BAB780;
}
</style>
background-color css
<style>
a { background-color: #BAB780; }
a { background-color: rgb(186,183,128); }
div.DivClassName
{
background-color: #BAB780;
}
.BgClassName
{
background-color: #BAB780;
}
</style>
border-color css
<style>
span { border-color: #BAB780; }
span { border-color: rgb(186,183,128); }
td.TdClassName
{
border-color: #BAB780;
}
.TagClassName
{
border-color: #BAB780;
}
</style>