Shades of Pine Glade #BAC57B
Tints of Pine Glade #BAC57B
RGB
CMYK
RGB Variations
Color information
#BAC57B (or 0xBAC57B) is known color: Pine Glade. HEX triplet: BA, C5 and 7B. RGB value is (186,197,123). Sum of RGB (Red+Green+Blue) = 186+197+123=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC57B is #453A84. Grayscale: #B9B9B9. Windows color (decimal): -4536965 or 8111546. OLE color: 8111546.
HSL color Cylindrical-coordinate representation of color #BAC57B: hue angle of 68.92º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAC57B is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 123 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.23 |
| HSL | 68.92º | 0.39% | 0.63% | - |
| HSV(B) | 68.92º | 0.38% | 0.77% | - |
| XYZ | 43.79 | 51.8 | 26.43 | - |
| YUV | 185.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 123 | 0.06 | 0 | 0.38 | 0.23 | 68.92 | 0.39 | 0.63 |
| Hex | BA | C5 | 7B | 6 | 0 | 26 | 17 | 45 | 27 | 3F |
| Octal | 272 | 305 | 173 | 6 | 0 | 46 | 27 | 105 | 47 | 77 |
| Binary | 10111010 | 11000101 | 1111011 | 110 | 0 | 100110 | 10111 | 1000101 | 100111 | 111111 |
Color Harmonies of #BAC57B
Complementary color
Monochromatic Colors of #BAC57B
Black with #BAC57B
Text Example
Text Example
White with #BAC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC57B; }
p { color: rgb(186,197,123); }
H1.HeaderClassName
{
color: #BAC57B;
}
.AnyTagClassName
{
color: #BAC57B;
}
</style>
background-color css
<style>
a { background-color: #BAC57B; }
a { background-color: rgb(186,197,123); }
div.DivClassName
{
background-color: #BAC57B;
}
.BgClassName
{
background-color: #BAC57B;
}
</style>
border-color css
<style>
span { border-color: #BAC57B; }
span { border-color: rgb(186,197,123); }
td.TdClassName
{
border-color: #BAC57B;
}
.TagClassName
{
border-color: #BAC57B;
}
</style>