Shades of Celery #BAC848
Tints of Celery #BAC848
RGB
CMYK
RGB Variations
Color information
#BAC848 (or 0xBAC848) is known color: Celery. HEX triplet: BA, C8 and 48. RGB value is (186,200,72). Sum of RGB (Red+Green+Blue) = 186+200+72=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC848 is #4537B7. Grayscale: #B5B5B5. Windows color (decimal): -4536248 or 4769978. OLE color: 4769978.
HSL color Cylindrical-coordinate representation of color #BAC848: hue angle of 66.56º degrees, saturation: 0.54, 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 #BAC848 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 72 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.22 |
| HSL | 66.56º | 0.54% | 0.53% | - |
| HSV(B) | 66.56º | 0.64% | 0.78% | - |
| XYZ | 42.07 | 52.22 | 13.99 | - |
| YUV | 181.22 | 66.36 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 72 | 0.07 | 0 | 0.64 | 0.22 | 66.56 | 0.54 | 0.53 |
| Hex | BA | C8 | 48 | 7 | 0 | 40 | 16 | 43 | 36 | 35 |
| Octal | 272 | 310 | 110 | 7 | 0 | 100 | 26 | 103 | 66 | 65 |
| Binary | 10111010 | 11001000 | 1001000 | 111 | 0 | 1000000 | 10110 | 1000011 | 110110 | 110101 |
Color Harmonies of #BAC848
Complementary color
Monochromatic Colors of #BAC848
Black with #BAC848
Text Example
Text Example
White with #BAC848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC848; }
p { color: rgb(186,200,72); }
H1.HeaderClassName
{
color: #BAC848;
}
.AnyTagClassName
{
color: #BAC848;
}
</style>
background-color css
<style>
a { background-color: #BAC848; }
a { background-color: rgb(186,200,72); }
div.DivClassName
{
background-color: #BAC848;
}
.BgClassName
{
background-color: #BAC848;
}
</style>
border-color css
<style>
span { border-color: #BAC848; }
span { border-color: rgb(186,200,72); }
td.TdClassName
{
border-color: #BAC848;
}
.TagClassName
{
border-color: #BAC848;
}
</style>