Shades of Pine Glade #BABB7F
Tints of Pine Glade #BABB7F
RGB
CMYK
RGB Variations
Color information
#BABB7F (or 0xBABB7F) is known color: Pine Glade. HEX triplet: BA, BB and 7F. RGB value is (186,187,127). Sum of RGB (Red+Green+Blue) = 186+187+127=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB7F is #454480. Grayscale: #B4B4B4. Windows color (decimal): -4539521 or 8371130. OLE color: 8371130.
HSL color Cylindrical-coordinate representation of color #BABB7F: hue angle of 61º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BABB7F is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 127 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.27 |
| HSL | 61º | 0.31% | 0.62% | - |
| HSV(B) | 61º | 0.32% | 0.73% | - |
| XYZ | 41.85 | 47.51 | 27.04 | - |
| YUV | 179.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 127 | 0.01 | 0 | 0.32 | 0.27 | 61 | 0.31 | 0.62 |
| Hex | BA | BB | 7F | 1 | 0 | 20 | 1B | 3D | 1F | 3E |
| Octal | 272 | 273 | 177 | 1 | 0 | 40 | 33 | 75 | 37 | 76 |
| Binary | 10111010 | 10111011 | 1111111 | 1 | 0 | 100000 | 11011 | 111101 | 11111 | 111110 |
Color Harmonies of #BABB7F
Complementary color
Monochromatic Colors of #BABB7F
Black with #BABB7F
Text Example
Text Example
White with #BABB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB7F; }
p { color: rgb(186,187,127); }
H1.HeaderClassName
{
color: #BABB7F;
}
.AnyTagClassName
{
color: #BABB7F;
}
</style>
background-color css
<style>
a { background-color: #BABB7F; }
a { background-color: rgb(186,187,127); }
div.DivClassName
{
background-color: #BABB7F;
}
.BgClassName
{
background-color: #BABB7F;
}
</style>
border-color css
<style>
span { border-color: #BABB7F; }
span { border-color: rgb(186,187,127); }
td.TdClassName
{
border-color: #BABB7F;
}
.TagClassName
{
border-color: #BABB7F;
}
</style>