Shades of Pine Glade #BAC16E
Tints of Pine Glade #BAC16E
RGB
CMYK
RGB Variations
Color information
#BAC16E (or 0xBAC16E) is known color: Pine Glade. HEX triplet: BA, C1 and 6E. RGB value is (186,193,110). Sum of RGB (Red+Green+Blue) = 186+193+110=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC16E is #453E91. Grayscale: #B5B5B5. Windows color (decimal): -4538002 or 7258554. OLE color: 7258554.
HSL color Cylindrical-coordinate representation of color #BAC16E: hue angle of 65.06º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAC16E is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 110 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.24 |
| HSL | 65.06º | 0.4% | 0.59% | - |
| HSV(B) | 65.06º | 0.43% | 0.76% | - |
| XYZ | 42.13 | 49.7 | 22.13 | - |
| YUV | 181.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 110 | 0.04 | 0 | 0.43 | 0.24 | 65.06 | 0.4 | 0.59 |
| Hex | BA | C1 | 6E | 4 | 0 | 2B | 18 | 41 | 28 | 3B |
| Octal | 272 | 301 | 156 | 4 | 0 | 53 | 30 | 101 | 50 | 73 |
| Binary | 10111010 | 11000001 | 1101110 | 100 | 0 | 101011 | 11000 | 1000001 | 101000 | 111011 |
Color Harmonies of #BAC16E
Complementary color
Monochromatic Colors of #BAC16E
Black with #BAC16E
Text Example
Text Example
White with #BAC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC16E; }
p { color: rgb(186,193,110); }
H1.HeaderClassName
{
color: #BAC16E;
}
.AnyTagClassName
{
color: #BAC16E;
}
</style>
background-color css
<style>
a { background-color: #BAC16E; }
a { background-color: rgb(186,193,110); }
div.DivClassName
{
background-color: #BAC16E;
}
.BgClassName
{
background-color: #BAC16E;
}
</style>
border-color css
<style>
span { border-color: #BAC16E; }
span { border-color: rgb(186,193,110); }
td.TdClassName
{
border-color: #BAC16E;
}
.TagClassName
{
border-color: #BAC16E;
}
</style>