Shades of Celery #BAC747
Tints of Celery #BAC747
RGB
CMYK
RGB Variations
Color information
#BAC747 (or 0xBAC747) is known color: Celery. HEX triplet: BA, C7 and 47. RGB value is (186,199,71). Sum of RGB (Red+Green+Blue) = 186+199+71=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC747 is #4538B8. Grayscale: #B5B5B5. Windows color (decimal): -4536505 or 4704186. OLE color: 4704186.
HSL color Cylindrical-coordinate representation of color #BAC747: hue angle of 66.09º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAC747 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 71 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.22 |
| HSL | 66.09º | 0.53% | 0.53% | - |
| HSV(B) | 66.09º | 0.64% | 0.78% | - |
| XYZ | 41.81 | 51.74 | 13.74 | - |
| YUV | 180.52 | 66.19 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 71 | 0.07 | 0 | 0.64 | 0.22 | 66.09 | 0.53 | 0.53 |
| Hex | BA | C7 | 47 | 7 | 0 | 40 | 16 | 42 | 35 | 35 |
| Octal | 272 | 307 | 107 | 7 | 0 | 100 | 26 | 102 | 65 | 65 |
| Binary | 10111010 | 11000111 | 1000111 | 111 | 0 | 1000000 | 10110 | 1000010 | 110101 | 110101 |
Color Harmonies of #BAC747
Complementary color
Monochromatic Colors of #BAC747
Black with #BAC747
Text Example
Text Example
White with #BAC747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC747; }
p { color: rgb(186,199,71); }
H1.HeaderClassName
{
color: #BAC747;
}
.AnyTagClassName
{
color: #BAC747;
}
</style>
background-color css
<style>
a { background-color: #BAC747; }
a { background-color: rgb(186,199,71); }
div.DivClassName
{
background-color: #BAC747;
}
.BgClassName
{
background-color: #BAC747;
}
</style>
border-color css
<style>
span { border-color: #BAC747; }
span { border-color: rgb(186,199,71); }
td.TdClassName
{
border-color: #BAC747;
}
.TagClassName
{
border-color: #BAC747;
}
</style>