Shades of Pine Glade #BAC77A
Tints of Pine Glade #BAC77A
RGB
CMYK
RGB Variations
Color information
#BAC77A (or 0xBAC77A) is known color: Pine Glade. HEX triplet: BA, C7 and 7A. RGB value is (186,199,122). Sum of RGB (Red+Green+Blue) = 186+199+122=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC77A is #453885. Grayscale: #BABABA. Windows color (decimal): -4536454 or 8046522. OLE color: 8046522.
HSL color Cylindrical-coordinate representation of color #BAC77A: hue angle of 70.13º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAC77A is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 122 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.22 |
| HSL | 70.13º | 0.41% | 0.63% | - |
| HSV(B) | 70.13º | 0.39% | 0.78% | - |
| XYZ | 44.19 | 52.69 | 26.25 | - |
| YUV | 186.34 | 91.69 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 122 | 0.07 | 0 | 0.39 | 0.22 | 70.13 | 0.41 | 0.63 |
| Hex | BA | C7 | 7A | 7 | 0 | 27 | 16 | 46 | 29 | 3F |
| Octal | 272 | 307 | 172 | 7 | 0 | 47 | 26 | 106 | 51 | 77 |
| Binary | 10111010 | 11000111 | 1111010 | 111 | 0 | 100111 | 10110 | 1000110 | 101001 | 111111 |
Color Harmonies of #BAC77A
Complementary color
Monochromatic Colors of #BAC77A
Black with #BAC77A
Text Example
Text Example
White with #BAC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC77A; }
p { color: rgb(186,199,122); }
H1.HeaderClassName
{
color: #BAC77A;
}
.AnyTagClassName
{
color: #BAC77A;
}
</style>
background-color css
<style>
a { background-color: #BAC77A; }
a { background-color: rgb(186,199,122); }
div.DivClassName
{
background-color: #BAC77A;
}
.BgClassName
{
background-color: #BAC77A;
}
</style>
border-color css
<style>
span { border-color: #BAC77A; }
span { border-color: rgb(186,199,122); }
td.TdClassName
{
border-color: #BAC77A;
}
.TagClassName
{
border-color: #BAC77A;
}
</style>