Shades of Celery #BAC044
Tints of Celery #BAC044
RGB
CMYK
RGB Variations
Color information
#BAC044 (or 0xBAC044) is known color: Celery. HEX triplet: BA, C0 and 44. RGB value is (186,192,68). Sum of RGB (Red+Green+Blue) = 186+192+68=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC044 is #453FBB. Grayscale: #B0B0B0. Windows color (decimal): -4538300 or 4505786. OLE color: 4505786.
HSL color Cylindrical-coordinate representation of color #BAC044: hue angle of 62.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAC044 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 68 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.25 |
| HSL | 62.9º | 0.5% | 0.51% | - |
| HSV(B) | 62.9º | 0.65% | 0.75% | - |
| XYZ | 40.14 | 48.56 | 12.73 | - |
| YUV | 176.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 68 | 0.03 | 0 | 0.65 | 0.25 | 62.9 | 0.5 | 0.51 |
| Hex | BA | C0 | 44 | 3 | 0 | 41 | 19 | 3F | 32 | 33 |
| Octal | 272 | 300 | 104 | 3 | 0 | 101 | 31 | 77 | 62 | 63 |
| Binary | 10111010 | 11000000 | 1000100 | 11 | 0 | 1000001 | 11001 | 111111 | 110010 | 110011 |
Color Harmonies of #BAC044
Complementary color
Monochromatic Colors of #BAC044
Black with #BAC044
Text Example
Text Example
White with #BAC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC044; }
p { color: rgb(186,192,68); }
H1.HeaderClassName
{
color: #BAC044;
}
.AnyTagClassName
{
color: #BAC044;
}
</style>
background-color css
<style>
a { background-color: #BAC044; }
a { background-color: rgb(186,192,68); }
div.DivClassName
{
background-color: #BAC044;
}
.BgClassName
{
background-color: #BAC044;
}
</style>
border-color css
<style>
span { border-color: #BAC044; }
span { border-color: rgb(186,192,68); }
td.TdClassName
{
border-color: #BAC044;
}
.TagClassName
{
border-color: #BAC044;
}
</style>