Shades of Celery #BAC844
Tints of Celery #BAC844
RGB
CMYK
RGB Variations
Color information
#BAC844 (or 0xBAC844) is known color: Celery. HEX triplet: BA, C8 and 44. RGB value is (186,200,68). Sum of RGB (Red+Green+Blue) = 186+200+68=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC844 is #4537BB. Grayscale: #B5B5B5. Windows color (decimal): -4536252 or 4507834. OLE color: 4507834.
HSL color Cylindrical-coordinate representation of color #BAC844: hue angle of 66.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAC844 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 68 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.22 |
| HSL | 66.36º | 0.55% | 0.53% | - |
| HSV(B) | 66.36º | 0.66% | 0.78% | - |
| XYZ | 41.95 | 52.17 | 13.33 | - |
| YUV | 180.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 68 | 0.07 | 0 | 0.66 | 0.22 | 66.36 | 0.55 | 0.53 |
| Hex | BA | C8 | 44 | 7 | 0 | 42 | 16 | 42 | 37 | 35 |
| Octal | 272 | 310 | 104 | 7 | 0 | 102 | 26 | 102 | 67 | 65 |
| Binary | 10111010 | 11001000 | 1000100 | 111 | 0 | 1000010 | 10110 | 1000010 | 110111 | 110101 |
Color Harmonies of #BAC844
Complementary color
Monochromatic Colors of #BAC844
Black with #BAC844
Text Example
Text Example
White with #BAC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC844; }
p { color: rgb(186,200,68); }
H1.HeaderClassName
{
color: #BAC844;
}
.AnyTagClassName
{
color: #BAC844;
}
</style>
background-color css
<style>
a { background-color: #BAC844; }
a { background-color: rgb(186,200,68); }
div.DivClassName
{
background-color: #BAC844;
}
.BgClassName
{
background-color: #BAC844;
}
</style>
border-color css
<style>
span { border-color: #BAC844; }
span { border-color: rgb(186,200,68); }
td.TdClassName
{
border-color: #BAC844;
}
.TagClassName
{
border-color: #BAC844;
}
</style>