Shades of Pine Glade #BAC874
Tints of Pine Glade #BAC874
RGB
CMYK
RGB Variations
Color information
#BAC874 (or 0xBAC874) is known color: Pine Glade. HEX triplet: BA, C8 and 74. RGB value is (186,200,116). Sum of RGB (Red+Green+Blue) = 186+200+116=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC874 is #45378B. Grayscale: #BABABA. Windows color (decimal): -4536204 or 7653562. OLE color: 7653562.
HSL color Cylindrical-coordinate representation of color #BAC874: hue angle of 70º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAC874 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 116 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.22 |
| HSL | 70º | 0.43% | 0.62% | - |
| HSV(B) | 70º | 0.42% | 0.78% | - |
| XYZ | 44.06 | 53.01 | 24.43 | - |
| YUV | 186.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 116 | 0.07 | 0 | 0.42 | 0.22 | 70 | 0.43 | 0.62 |
| Hex | BA | C8 | 74 | 7 | 0 | 2A | 16 | 46 | 2B | 3E |
| Octal | 272 | 310 | 164 | 7 | 0 | 52 | 26 | 106 | 53 | 76 |
| Binary | 10111010 | 11001000 | 1110100 | 111 | 0 | 101010 | 10110 | 1000110 | 101011 | 111110 |
Color Harmonies of #BAC874
Complementary color
Monochromatic Colors of #BAC874
Black with #BAC874
Text Example
Text Example
White with #BAC874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC874; }
p { color: rgb(186,200,116); }
H1.HeaderClassName
{
color: #BAC874;
}
.AnyTagClassName
{
color: #BAC874;
}
</style>
background-color css
<style>
a { background-color: #BAC874; }
a { background-color: rgb(186,200,116); }
div.DivClassName
{
background-color: #BAC874;
}
.BgClassName
{
background-color: #BAC874;
}
</style>
border-color css
<style>
span { border-color: #BAC874; }
span { border-color: rgb(186,200,116); }
td.TdClassName
{
border-color: #BAC874;
}
.TagClassName
{
border-color: #BAC874;
}
</style>