Shades of Pine Glade #BAC77E
Tints of Pine Glade #BAC77E
RGB
CMYK
RGB Variations
Color information
#BAC77E (or 0xBAC77E) is known color: Pine Glade. HEX triplet: BA, C7 and 7E. RGB value is (186,199,126). Sum of RGB (Red+Green+Blue) = 186+199+126=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC77E is #453881. Grayscale: #BBBBBB. Windows color (decimal): -4536450 or 8308666. OLE color: 8308666.
HSL color Cylindrical-coordinate representation of color #BAC77E: hue angle of 70.68º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAC77E is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 126 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.22 |
| HSL | 70.68º | 0.39% | 0.64% | - |
| HSV(B) | 70.68º | 0.37% | 0.78% | - |
| XYZ | 44.44 | 52.79 | 27.59 | - |
| YUV | 186.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 126 | 0.07 | 0 | 0.37 | 0.22 | 70.68 | 0.39 | 0.64 |
| Hex | BA | C7 | 7E | 7 | 0 | 25 | 16 | 47 | 27 | 40 |
| Octal | 272 | 307 | 176 | 7 | 0 | 45 | 26 | 107 | 47 | 100 |
| Binary | 10111010 | 11000111 | 1111110 | 111 | 0 | 100101 | 10110 | 1000111 | 100111 | 1000000 |
Color Harmonies of #BAC77E
Complementary color
Monochromatic Colors of #BAC77E
Black with #BAC77E
Text Example
Text Example
White with #BAC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC77E; }
p { color: rgb(186,199,126); }
H1.HeaderClassName
{
color: #BAC77E;
}
.AnyTagClassName
{
color: #BAC77E;
}
</style>
background-color css
<style>
a { background-color: #BAC77E; }
a { background-color: rgb(186,199,126); }
div.DivClassName
{
background-color: #BAC77E;
}
.BgClassName
{
background-color: #BAC77E;
}
</style>
border-color css
<style>
span { border-color: #BAC77E; }
span { border-color: rgb(186,199,126); }
td.TdClassName
{
border-color: #BAC77E;
}
.TagClassName
{
border-color: #BAC77E;
}
</style>