Shades of Pine Glade #BABC7E
Tints of Pine Glade #BABC7E
RGB
CMYK
RGB Variations
Color information
#BABC7E (or 0xBABC7E) is known color: Pine Glade. HEX triplet: BA, BC and 7E. RGB value is (186,188,126). Sum of RGB (Red+Green+Blue) = 186+188+126=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC7E is #454381. Grayscale: #B4B4B4. Windows color (decimal): -4539266 or 8305850. OLE color: 8305850.
HSL color Cylindrical-coordinate representation of color #BABC7E: hue angle of 61.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BABC7E is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 126 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.26 |
| HSL | 61.94º | 0.32% | 0.62% | - |
| HSV(B) | 61.94º | 0.33% | 0.74% | - |
| XYZ | 42 | 47.91 | 26.77 | - |
| YUV | 180.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 126 | 0.01 | 0 | 0.33 | 0.26 | 61.94 | 0.32 | 0.62 |
| Hex | BA | BC | 7E | 1 | 0 | 21 | 1A | 3E | 20 | 3E |
| Octal | 272 | 274 | 176 | 1 | 0 | 41 | 32 | 76 | 40 | 76 |
| Binary | 10111010 | 10111100 | 1111110 | 1 | 0 | 100001 | 11010 | 111110 | 100000 | 111110 |
Color Harmonies of #BABC7E
Complementary color
Monochromatic Colors of #BABC7E
Black with #BABC7E
Text Example
Text Example
White with #BABC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC7E; }
p { color: rgb(186,188,126); }
H1.HeaderClassName
{
color: #BABC7E;
}
.AnyTagClassName
{
color: #BABC7E;
}
</style>
background-color css
<style>
a { background-color: #BABC7E; }
a { background-color: rgb(186,188,126); }
div.DivClassName
{
background-color: #BABC7E;
}
.BgClassName
{
background-color: #BABC7E;
}
</style>
border-color css
<style>
span { border-color: #BABC7E; }
span { border-color: rgb(186,188,126); }
td.TdClassName
{
border-color: #BABC7E;
}
.TagClassName
{
border-color: #BABC7E;
}
</style>