Shades of Pine Glade #BAC27E
Tints of Pine Glade #BAC27E
RGB
CMYK
RGB Variations
Color information
#BAC27E (or 0xBAC27E) is known color: Pine Glade. HEX triplet: BA, C2 and 7E. RGB value is (186,194,126). Sum of RGB (Red+Green+Blue) = 186+194+126=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC27E is #453D81. Grayscale: #B8B8B8. Windows color (decimal): -4537730 or 8307386. OLE color: 8307386.
HSL color Cylindrical-coordinate representation of color #BAC27E: hue angle of 67.06º degrees, saturation: 0.36, 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 #BAC27E is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 126 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.24 |
| HSL | 67.06º | 0.36% | 0.63% | - |
| HSV(B) | 67.06º | 0.35% | 0.76% | - |
| XYZ | 43.31 | 50.53 | 27.21 | - |
| YUV | 183.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 126 | 0.04 | 0 | 0.35 | 0.24 | 67.06 | 0.36 | 0.63 |
| Hex | BA | C2 | 7E | 4 | 0 | 23 | 18 | 43 | 24 | 3F |
| Octal | 272 | 302 | 176 | 4 | 0 | 43 | 30 | 103 | 44 | 77 |
| Binary | 10111010 | 11000010 | 1111110 | 100 | 0 | 100011 | 11000 | 1000011 | 100100 | 111111 |
Color Harmonies of #BAC27E
Complementary color
Monochromatic Colors of #BAC27E
Black with #BAC27E
Text Example
Text Example
White with #BAC27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC27E; }
p { color: rgb(186,194,126); }
H1.HeaderClassName
{
color: #BAC27E;
}
.AnyTagClassName
{
color: #BAC27E;
}
</style>
background-color css
<style>
a { background-color: #BAC27E; }
a { background-color: rgb(186,194,126); }
div.DivClassName
{
background-color: #BAC27E;
}
.BgClassName
{
background-color: #BAC27E;
}
</style>
border-color css
<style>
span { border-color: #BAC27E; }
span { border-color: rgb(186,194,126); }
td.TdClassName
{
border-color: #BAC27E;
}
.TagClassName
{
border-color: #BAC27E;
}
</style>