Shades of Celery #BAC354
Tints of Celery #BAC354
RGB
CMYK
RGB Variations
Color information
#BAC354 (or 0xBAC354) is known color: Celery. HEX triplet: BA, C3 and 54. RGB value is (186,195,84). Sum of RGB (Red+Green+Blue) = 186+195+84=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC354 is #453CAB. Grayscale: #B4B4B4. Windows color (decimal): -4537516 or 5555130. OLE color: 5555130.
HSL color Cylindrical-coordinate representation of color #BAC354: hue angle of 64.86º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAC354 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 84 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.24 |
| HSL | 64.86º | 0.48% | 0.55% | - |
| HSV(B) | 64.86º | 0.57% | 0.76% | - |
| XYZ | 41.37 | 50.11 | 15.88 | - |
| YUV | 179.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 84 | 0.05 | 0 | 0.57 | 0.24 | 64.86 | 0.48 | 0.55 |
| Hex | BA | C3 | 54 | 5 | 0 | 39 | 18 | 41 | 30 | 37 |
| Octal | 272 | 303 | 124 | 5 | 0 | 71 | 30 | 101 | 60 | 67 |
| Binary | 10111010 | 11000011 | 1010100 | 101 | 0 | 111001 | 11000 | 1000001 | 110000 | 110111 |
Color Harmonies of #BAC354
Complementary color
Monochromatic Colors of #BAC354
Black with #BAC354
Text Example
Text Example
White with #BAC354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC354; }
p { color: rgb(186,195,84); }
H1.HeaderClassName
{
color: #BAC354;
}
.AnyTagClassName
{
color: #BAC354;
}
</style>
background-color css
<style>
a { background-color: #BAC354; }
a { background-color: rgb(186,195,84); }
div.DivClassName
{
background-color: #BAC354;
}
.BgClassName
{
background-color: #BAC354;
}
</style>
border-color css
<style>
span { border-color: #BAC354; }
span { border-color: rgb(186,195,84); }
td.TdClassName
{
border-color: #BAC354;
}
.TagClassName
{
border-color: #BAC354;
}
</style>