Shades of Pine Glade #BABD7E
Tints of Pine Glade #BABD7E
RGB
CMYK
RGB Variations
Color information
#BABD7E (or 0xBABD7E) is known color: Pine Glade. HEX triplet: BA, BD and 7E. RGB value is (186,189,126). Sum of RGB (Red+Green+Blue) = 186+189+126=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD7E is #454281. Grayscale: #B5B5B5. Windows color (decimal): -4539010 or 8306106. OLE color: 8306106.
HSL color Cylindrical-coordinate representation of color #BABD7E: hue angle of 62.86º 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 #BABD7E is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 126 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.26 |
| HSL | 62.86º | 0.32% | 0.62% | - |
| HSV(B) | 62.86º | 0.33% | 0.74% | - |
| XYZ | 42.21 | 48.34 | 26.84 | - |
| YUV | 180.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 126 | 0.02 | 0 | 0.33 | 0.26 | 62.86 | 0.32 | 0.62 |
| Hex | BA | BD | 7E | 2 | 0 | 21 | 1A | 3F | 20 | 3E |
| Octal | 272 | 275 | 176 | 2 | 0 | 41 | 32 | 77 | 40 | 76 |
| Binary | 10111010 | 10111101 | 1111110 | 10 | 0 | 100001 | 11010 | 111111 | 100000 | 111110 |
Color Harmonies of #BABD7E
Complementary color
Monochromatic Colors of #BABD7E
Black with #BABD7E
Text Example
Text Example
White with #BABD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD7E; }
p { color: rgb(186,189,126); }
H1.HeaderClassName
{
color: #BABD7E;
}
.AnyTagClassName
{
color: #BABD7E;
}
</style>
background-color css
<style>
a { background-color: #BABD7E; }
a { background-color: rgb(186,189,126); }
div.DivClassName
{
background-color: #BABD7E;
}
.BgClassName
{
background-color: #BABD7E;
}
</style>
border-color css
<style>
span { border-color: #BABD7E; }
span { border-color: rgb(186,189,126); }
td.TdClassName
{
border-color: #BABD7E;
}
.TagClassName
{
border-color: #BABD7E;
}
</style>