Shades of Pine Glade #BACB73
Tints of Pine Glade #BACB73
RGB
CMYK
RGB Variations
Color information
#BACB73 (or 0xBACB73) is known color: Pine Glade. HEX triplet: BA, CB and 73. RGB value is (186,203,115). Sum of RGB (Red+Green+Blue) = 186+203+115=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB73 is #45348C. Grayscale: #BCBCBC. Windows color (decimal): -4535437 or 7588794. OLE color: 7588794.
HSL color Cylindrical-coordinate representation of color #BACB73: hue angle of 71.59º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BACB73 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 115 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.20 |
| HSL | 71.59º | 0.46% | 0.62% | - |
| HSV(B) | 71.59º | 0.43% | 0.8% | - |
| XYZ | 44.7 | 54.39 | 24.36 | - |
| YUV | 187.89 | 86.87 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 115 | 0.08 | 0 | 0.43 | 0.20 | 71.59 | 0.46 | 0.62 |
| Hex | BA | CB | 73 | 8 | 0 | 2B | 14 | 48 | 2E | 3E |
| Octal | 272 | 313 | 163 | 10 | 0 | 53 | 24 | 110 | 56 | 76 |
| Binary | 10111010 | 11001011 | 1110011 | 1000 | 0 | 101011 | 10100 | 1001000 | 101110 | 111110 |
Color Harmonies of #BACB73
Complementary color
Monochromatic Colors of #BACB73
Black with #BACB73
Text Example
Text Example
White with #BACB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB73; }
p { color: rgb(186,203,115); }
H1.HeaderClassName
{
color: #BACB73;
}
.AnyTagClassName
{
color: #BACB73;
}
</style>
background-color css
<style>
a { background-color: #BACB73; }
a { background-color: rgb(186,203,115); }
div.DivClassName
{
background-color: #BACB73;
}
.BgClassName
{
background-color: #BACB73;
}
</style>
border-color css
<style>
span { border-color: #BACB73; }
span { border-color: rgb(186,203,115); }
td.TdClassName
{
border-color: #BACB73;
}
.TagClassName
{
border-color: #BACB73;
}
</style>