Shades of Pine Glade #BAC17E
Tints of Pine Glade #BAC17E
RGB
CMYK
RGB Variations
Color information
#BAC17E (or 0xBAC17E) is known color: Pine Glade. HEX triplet: BA, C1 and 7E. RGB value is (186,193,126). Sum of RGB (Red+Green+Blue) = 186+193+126=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC17E is #453E81. Grayscale: #B7B7B7. Windows color (decimal): -4537986 or 8307130. OLE color: 8307130.
HSL color Cylindrical-coordinate representation of color #BAC17E: hue angle of 66.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAC17E is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 126 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.24 |
| HSL | 66.27º | 0.35% | 0.63% | - |
| HSV(B) | 66.27º | 0.35% | 0.76% | - |
| XYZ | 43.09 | 50.09 | 27.14 | - |
| YUV | 183.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 126 | 0.04 | 0 | 0.35 | 0.24 | 66.27 | 0.35 | 0.63 |
| Hex | BA | C1 | 7E | 4 | 0 | 23 | 18 | 42 | 23 | 3F |
| Octal | 272 | 301 | 176 | 4 | 0 | 43 | 30 | 102 | 43 | 77 |
| Binary | 10111010 | 11000001 | 1111110 | 100 | 0 | 100011 | 11000 | 1000010 | 100011 | 111111 |
Color Harmonies of #BAC17E
Complementary color
Monochromatic Colors of #BAC17E
Black with #BAC17E
Text Example
Text Example
White with #BAC17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC17E; }
p { color: rgb(186,193,126); }
H1.HeaderClassName
{
color: #BAC17E;
}
.AnyTagClassName
{
color: #BAC17E;
}
</style>
background-color css
<style>
a { background-color: #BAC17E; }
a { background-color: rgb(186,193,126); }
div.DivClassName
{
background-color: #BAC17E;
}
.BgClassName
{
background-color: #BAC17E;
}
</style>
border-color css
<style>
span { border-color: #BAC17E; }
span { border-color: rgb(186,193,126); }
td.TdClassName
{
border-color: #BAC17E;
}
.TagClassName
{
border-color: #BAC17E;
}
</style>