Shades of Celery #BAC453
Tints of Celery #BAC453
RGB
CMYK
RGB Variations
Color information
#BAC453 (or 0xBAC453) is known color: Celery. HEX triplet: BA, C4 and 53. RGB value is (186,196,83). Sum of RGB (Red+Green+Blue) = 186+196+83=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC453 is #453BAC. Grayscale: #B4B4B4. Windows color (decimal): -4537261 or 5489850. OLE color: 5489850.
HSL color Cylindrical-coordinate representation of color #BAC453: hue angle of 65.31º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAC453 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 83 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.23 |
| HSL | 65.31º | 0.49% | 0.55% | - |
| HSV(B) | 65.31º | 0.58% | 0.77% | - |
| XYZ | 41.55 | 50.54 | 15.75 | - |
| YUV | 180.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 83 | 0.05 | 0 | 0.58 | 0.23 | 65.31 | 0.49 | 0.55 |
| Hex | BA | C4 | 53 | 5 | 0 | 3A | 17 | 41 | 31 | 37 |
| Octal | 272 | 304 | 123 | 5 | 0 | 72 | 27 | 101 | 61 | 67 |
| Binary | 10111010 | 11000100 | 1010011 | 101 | 0 | 111010 | 10111 | 1000001 | 110001 | 110111 |
Color Harmonies of #BAC453
Complementary color
Monochromatic Colors of #BAC453
Black with #BAC453
Text Example
Text Example
White with #BAC453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC453; }
p { color: rgb(186,196,83); }
H1.HeaderClassName
{
color: #BAC453;
}
.AnyTagClassName
{
color: #BAC453;
}
</style>
background-color css
<style>
a { background-color: #BAC453; }
a { background-color: rgb(186,196,83); }
div.DivClassName
{
background-color: #BAC453;
}
.BgClassName
{
background-color: #BAC453;
}
</style>
border-color css
<style>
span { border-color: #BAC453; }
span { border-color: rgb(186,196,83); }
td.TdClassName
{
border-color: #BAC453;
}
.TagClassName
{
border-color: #BAC453;
}
</style>