Shades of Pine Glade #BAC97B
Tints of Pine Glade #BAC97B
RGB
CMYK
RGB Variations
Color information
#BAC97B (or 0xBAC97B) is known color: Pine Glade. HEX triplet: BA, C9 and 7B. RGB value is (186,201,123). Sum of RGB (Red+Green+Blue) = 186+201+123=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC97B is #453684. Grayscale: #BBBBBB. Windows color (decimal): -4535941 or 8112570. OLE color: 8112570.
HSL color Cylindrical-coordinate representation of color #BAC97B: hue angle of 71.54º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAC97B is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 123 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.21 |
| HSL | 71.54º | 0.42% | 0.64% | - |
| HSV(B) | 71.54º | 0.39% | 0.79% | - |
| XYZ | 44.71 | 53.64 | 26.74 | - |
| YUV | 187.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 123 | 0.07 | 0 | 0.39 | 0.21 | 71.54 | 0.42 | 0.64 |
| Hex | BA | C9 | 7B | 7 | 0 | 27 | 15 | 48 | 2A | 40 |
| Octal | 272 | 311 | 173 | 7 | 0 | 47 | 25 | 110 | 52 | 100 |
| Binary | 10111010 | 11001001 | 1111011 | 111 | 0 | 100111 | 10101 | 1001000 | 101010 | 1000000 |
Color Harmonies of #BAC97B
Complementary color
Monochromatic Colors of #BAC97B
Black with #BAC97B
Text Example
Text Example
White with #BAC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC97B; }
p { color: rgb(186,201,123); }
H1.HeaderClassName
{
color: #BAC97B;
}
.AnyTagClassName
{
color: #BAC97B;
}
</style>
background-color css
<style>
a { background-color: #BAC97B; }
a { background-color: rgb(186,201,123); }
div.DivClassName
{
background-color: #BAC97B;
}
.BgClassName
{
background-color: #BAC97B;
}
</style>
border-color css
<style>
span { border-color: #BAC97B; }
span { border-color: rgb(186,201,123); }
td.TdClassName
{
border-color: #BAC97B;
}
.TagClassName
{
border-color: #BAC97B;
}
</style>