Shades of Pine Glade #BAC379
Tints of Pine Glade #BAC379
RGB
CMYK
RGB Variations
Color information
#BAC379 (or 0xBAC379) is known color: Pine Glade. HEX triplet: BA, C3 and 79. RGB value is (186,195,121). Sum of RGB (Red+Green+Blue) = 186+195+121=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC379 is #453C86. Grayscale: #B8B8B8. Windows color (decimal): -4537479 or 7979962. OLE color: 7979962.
HSL color Cylindrical-coordinate representation of color #BAC379: hue angle of 67.3º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAC379 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 121 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.24 |
| HSL | 67.3º | 0.38% | 0.62% | - |
| HSV(B) | 67.3º | 0.38% | 0.76% | - |
| XYZ | 43.22 | 50.85 | 25.63 | - |
| YUV | 183.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 121 | 0.05 | 0 | 0.38 | 0.24 | 67.3 | 0.38 | 0.62 |
| Hex | BA | C3 | 79 | 5 | 0 | 26 | 18 | 43 | 26 | 3E |
| Octal | 272 | 303 | 171 | 5 | 0 | 46 | 30 | 103 | 46 | 76 |
| Binary | 10111010 | 11000011 | 1111001 | 101 | 0 | 100110 | 11000 | 1000011 | 100110 | 111110 |
Color Harmonies of #BAC379
Complementary color
Monochromatic Colors of #BAC379
Black with #BAC379
Text Example
Text Example
White with #BAC379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC379; }
p { color: rgb(186,195,121); }
H1.HeaderClassName
{
color: #BAC379;
}
.AnyTagClassName
{
color: #BAC379;
}
</style>
background-color css
<style>
a { background-color: #BAC379; }
a { background-color: rgb(186,195,121); }
div.DivClassName
{
background-color: #BAC379;
}
.BgClassName
{
background-color: #BAC379;
}
</style>
border-color css
<style>
span { border-color: #BAC379; }
span { border-color: rgb(186,195,121); }
td.TdClassName
{
border-color: #BAC379;
}
.TagClassName
{
border-color: #BAC379;
}
</style>