Shades of Celery #BAC448
Tints of Celery #BAC448
RGB
CMYK
RGB Variations
Color information
#BAC448 (or 0xBAC448) is known color: Celery. HEX triplet: BA, C4 and 48. RGB value is (186,196,72). Sum of RGB (Red+Green+Blue) = 186+196+72=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC448 is #453BB7. Grayscale: #B3B3B3. Windows color (decimal): -4537272 or 4768954. OLE color: 4768954.
HSL color Cylindrical-coordinate representation of color #BAC448: hue angle of 64.84º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAC448 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 72 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.23 |
| HSL | 64.84º | 0.51% | 0.53% | - |
| HSV(B) | 64.84º | 0.63% | 0.77% | - |
| XYZ | 41.16 | 50.39 | 13.69 | - |
| YUV | 178.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 72 | 0.05 | 0 | 0.63 | 0.23 | 64.84 | 0.51 | 0.53 |
| Hex | BA | C4 | 48 | 5 | 0 | 3F | 17 | 41 | 33 | 35 |
| Octal | 272 | 304 | 110 | 5 | 0 | 77 | 27 | 101 | 63 | 65 |
| Binary | 10111010 | 11000100 | 1001000 | 101 | 0 | 111111 | 10111 | 1000001 | 110011 | 110101 |
Color Harmonies of #BAC448
Complementary color
Monochromatic Colors of #BAC448
Black with #BAC448
Text Example
Text Example
White with #BAC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC448; }
p { color: rgb(186,196,72); }
H1.HeaderClassName
{
color: #BAC448;
}
.AnyTagClassName
{
color: #BAC448;
}
</style>
background-color css
<style>
a { background-color: #BAC448; }
a { background-color: rgb(186,196,72); }
div.DivClassName
{
background-color: #BAC448;
}
.BgClassName
{
background-color: #BAC448;
}
</style>
border-color css
<style>
span { border-color: #BAC448; }
span { border-color: rgb(186,196,72); }
td.TdClassName
{
border-color: #BAC448;
}
.TagClassName
{
border-color: #BAC448;
}
</style>