Shades of Celery #BAC147
Tints of Celery #BAC147
RGB
CMYK
RGB Variations
Color information
#BAC147 (or 0xBAC147) is known color: Celery. HEX triplet: BA, C1 and 47. RGB value is (186,193,71). Sum of RGB (Red+Green+Blue) = 186+193+71=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC147 is #453EB8. Grayscale: #B1B1B1. Windows color (decimal): -4538041 or 4702650. OLE color: 4702650.
HSL color Cylindrical-coordinate representation of color #BAC147: hue angle of 63.44º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAC147 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 71 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.24 |
| HSL | 63.44º | 0.5% | 0.52% | - |
| HSV(B) | 63.44º | 0.63% | 0.76% | - |
| XYZ | 40.46 | 49.03 | 13.29 | - |
| YUV | 177 | 68.18 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 71 | 0.04 | 0 | 0.63 | 0.24 | 63.44 | 0.5 | 0.52 |
| Hex | BA | C1 | 47 | 4 | 0 | 3F | 18 | 3F | 32 | 34 |
| Octal | 272 | 301 | 107 | 4 | 0 | 77 | 30 | 77 | 62 | 64 |
| Binary | 10111010 | 11000001 | 1000111 | 100 | 0 | 111111 | 11000 | 111111 | 110010 | 110100 |
Color Harmonies of #BAC147
Complementary color
Monochromatic Colors of #BAC147
Black with #BAC147
Text Example
Text Example
White with #BAC147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC147; }
p { color: rgb(186,193,71); }
H1.HeaderClassName
{
color: #BAC147;
}
.AnyTagClassName
{
color: #BAC147;
}
</style>
background-color css
<style>
a { background-color: #BAC147; }
a { background-color: rgb(186,193,71); }
div.DivClassName
{
background-color: #BAC147;
}
.BgClassName
{
background-color: #BAC147;
}
</style>
border-color css
<style>
span { border-color: #BAC147; }
span { border-color: rgb(186,193,71); }
td.TdClassName
{
border-color: #BAC147;
}
.TagClassName
{
border-color: #BAC147;
}
</style>