Shades of Celery #BAC445
Tints of Celery #BAC445
RGB
CMYK
RGB Variations
Color information
#BAC445 (or 0xBAC445) is known color: Celery. HEX triplet: BA, C4 and 45. RGB value is (186,196,69). Sum of RGB (Red+Green+Blue) = 186+196+69=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC445 is #453BBA. Grayscale: #B3B3B3. Windows color (decimal): -4537275 or 4572346. OLE color: 4572346.
HSL color Cylindrical-coordinate representation of color #BAC445: hue angle of 64.72º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAC445 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 69 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.23 |
| HSL | 64.72º | 0.52% | 0.52% | - |
| HSV(B) | 64.72º | 0.65% | 0.77% | - |
| XYZ | 41.06 | 50.35 | 13.18 | - |
| YUV | 178.53 | 66.19 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 69 | 0.05 | 0 | 0.65 | 0.23 | 64.72 | 0.52 | 0.52 |
| Hex | BA | C4 | 45 | 5 | 0 | 41 | 17 | 41 | 34 | 34 |
| Octal | 272 | 304 | 105 | 5 | 0 | 101 | 27 | 101 | 64 | 64 |
| Binary | 10111010 | 11000100 | 1000101 | 101 | 0 | 1000001 | 10111 | 1000001 | 110100 | 110100 |
Color Harmonies of #BAC445
Complementary color
Monochromatic Colors of #BAC445
Black with #BAC445
Text Example
Text Example
White with #BAC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC445; }
p { color: rgb(186,196,69); }
H1.HeaderClassName
{
color: #BAC445;
}
.AnyTagClassName
{
color: #BAC445;
}
</style>
background-color css
<style>
a { background-color: #BAC445; }
a { background-color: rgb(186,196,69); }
div.DivClassName
{
background-color: #BAC445;
}
.BgClassName
{
background-color: #BAC445;
}
</style>
border-color css
<style>
span { border-color: #BAC445; }
span { border-color: rgb(186,196,69); }
td.TdClassName
{
border-color: #BAC445;
}
.TagClassName
{
border-color: #BAC445;
}
</style>