Shades of Pine Glade #BAC17F
Tints of Pine Glade #BAC17F
RGB
CMYK
RGB Variations
Color information
#BAC17F (or 0xBAC17F) is known color: Pine Glade. HEX triplet: BA, C1 and 7F. RGB value is (186,193,127). Sum of RGB (Red+Green+Blue) = 186+193+127=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC17F is #453E80. Grayscale: #B7B7B7. Windows color (decimal): -4537985 or 8372666. OLE color: 8372666.
HSL color Cylindrical-coordinate representation of color #BAC17F: hue angle of 66.36º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAC17F is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 127 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.24 |
| HSL | 66.36º | 0.35% | 0.63% | - |
| HSV(B) | 66.36º | 0.34% | 0.76% | - |
| XYZ | 43.15 | 50.11 | 27.48 | - |
| YUV | 183.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 127 | 0.04 | 0 | 0.34 | 0.24 | 66.36 | 0.35 | 0.63 |
| Hex | BA | C1 | 7F | 4 | 0 | 22 | 18 | 42 | 23 | 3F |
| Octal | 272 | 301 | 177 | 4 | 0 | 42 | 30 | 102 | 43 | 77 |
| Binary | 10111010 | 11000001 | 1111111 | 100 | 0 | 100010 | 11000 | 1000010 | 100011 | 111111 |
Color Harmonies of #BAC17F
Complementary color
Monochromatic Colors of #BAC17F
Black with #BAC17F
Text Example
Text Example
White with #BAC17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC17F; }
p { color: rgb(186,193,127); }
H1.HeaderClassName
{
color: #BAC17F;
}
.AnyTagClassName
{
color: #BAC17F;
}
</style>
background-color css
<style>
a { background-color: #BAC17F; }
a { background-color: rgb(186,193,127); }
div.DivClassName
{
background-color: #BAC17F;
}
.BgClassName
{
background-color: #BAC17F;
}
</style>
border-color css
<style>
span { border-color: #BAC17F; }
span { border-color: rgb(186,193,127); }
td.TdClassName
{
border-color: #BAC17F;
}
.TagClassName
{
border-color: #BAC17F;
}
</style>