Shades of Pine Glade #BABB7C
Tints of Pine Glade #BABB7C
RGB
CMYK
RGB Variations
Color information
#BABB7C (or 0xBABB7C) is known color: Pine Glade. HEX triplet: BA, BB and 7C. RGB value is (186,187,124). Sum of RGB (Red+Green+Blue) = 186+187+124=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB7C is #454483. Grayscale: #B3B3B3. Windows color (decimal): -4539524 or 8174522. OLE color: 8174522.
HSL color Cylindrical-coordinate representation of color #BABB7C: hue angle of 60.95º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BABB7C is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 124 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.27 |
| HSL | 60.95º | 0.32% | 0.61% | - |
| HSV(B) | 60.95º | 0.34% | 0.73% | - |
| XYZ | 41.66 | 47.43 | 26.03 | - |
| YUV | 179.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 124 | 0.01 | 0 | 0.34 | 0.27 | 60.95 | 0.32 | 0.61 |
| Hex | BA | BB | 7C | 1 | 0 | 22 | 1B | 3D | 20 | 3D |
| Octal | 272 | 273 | 174 | 1 | 0 | 42 | 33 | 75 | 40 | 75 |
| Binary | 10111010 | 10111011 | 1111100 | 1 | 0 | 100010 | 11011 | 111101 | 100000 | 111101 |
Color Harmonies of #BABB7C
Complementary color
Monochromatic Colors of #BABB7C
Black with #BABB7C
Text Example
Text Example
White with #BABB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB7C; }
p { color: rgb(186,187,124); }
H1.HeaderClassName
{
color: #BABB7C;
}
.AnyTagClassName
{
color: #BABB7C;
}
</style>
background-color css
<style>
a { background-color: #BABB7C; }
a { background-color: rgb(186,187,124); }
div.DivClassName
{
background-color: #BABB7C;
}
.BgClassName
{
background-color: #BABB7C;
}
</style>
border-color css
<style>
span { border-color: #BABB7C; }
span { border-color: rgb(186,187,124); }
td.TdClassName
{
border-color: #BABB7C;
}
.TagClassName
{
border-color: #BABB7C;
}
</style>