Shades of Pine Glade #BAC77F
Tints of Pine Glade #BAC77F
RGB
CMYK
RGB Variations
Color information
#BAC77F (or 0xBAC77F) is known color: Pine Glade. HEX triplet: BA, C7 and 7F. RGB value is (186,199,127). Sum of RGB (Red+Green+Blue) = 186+199+127=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC77F is #453880. Grayscale: #BBBBBB. Windows color (decimal): -4536449 or 8374202. OLE color: 8374202.
HSL color Cylindrical-coordinate representation of color #BAC77F: hue angle of 70.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAC77F is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 127 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.22 |
| HSL | 70.83º | 0.39% | 0.64% | - |
| HSV(B) | 70.83º | 0.36% | 0.78% | - |
| XYZ | 44.5 | 52.82 | 27.93 | - |
| YUV | 186.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 127 | 0.07 | 0 | 0.36 | 0.22 | 70.83 | 0.39 | 0.64 |
| Hex | BA | C7 | 7F | 7 | 0 | 24 | 16 | 47 | 27 | 40 |
| Octal | 272 | 307 | 177 | 7 | 0 | 44 | 26 | 107 | 47 | 100 |
| Binary | 10111010 | 11000111 | 1111111 | 111 | 0 | 100100 | 10110 | 1000111 | 100111 | 1000000 |
Color Harmonies of #BAC77F
Complementary color
Monochromatic Colors of #BAC77F
Black with #BAC77F
Text Example
Text Example
White with #BAC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC77F; }
p { color: rgb(186,199,127); }
H1.HeaderClassName
{
color: #BAC77F;
}
.AnyTagClassName
{
color: #BAC77F;
}
</style>
background-color css
<style>
a { background-color: #BAC77F; }
a { background-color: rgb(186,199,127); }
div.DivClassName
{
background-color: #BAC77F;
}
.BgClassName
{
background-color: #BAC77F;
}
</style>
border-color css
<style>
span { border-color: #BAC77F; }
span { border-color: rgb(186,199,127); }
td.TdClassName
{
border-color: #BAC77F;
}
.TagClassName
{
border-color: #BAC77F;
}
</style>