Shades of Celery #BAC553
Tints of Celery #BAC553
RGB
CMYK
RGB Variations
Color information
#BAC553 (or 0xBAC553) is known color: Celery. HEX triplet: BA, C5 and 53. RGB value is (186,197,83). Sum of RGB (Red+Green+Blue) = 186+197+83=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC553 is #453AAC. Grayscale: #B5B5B5. Windows color (decimal): -4537005 or 5490106. OLE color: 5490106.
HSL color Cylindrical-coordinate representation of color #BAC553: hue angle of 65.79º degrees, saturation: 0.5, 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 #BAC553 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 83 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.23 |
| HSL | 65.79º | 0.5% | 0.55% | - |
| HSV(B) | 65.79º | 0.58% | 0.77% | - |
| XYZ | 41.78 | 51 | 15.82 | - |
| YUV | 180.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 83 | 0.06 | 0 | 0.58 | 0.23 | 65.79 | 0.5 | 0.55 |
| Hex | BA | C5 | 53 | 6 | 0 | 3A | 17 | 42 | 32 | 37 |
| Octal | 272 | 305 | 123 | 6 | 0 | 72 | 27 | 102 | 62 | 67 |
| Binary | 10111010 | 11000101 | 1010011 | 110 | 0 | 111010 | 10111 | 1000010 | 110010 | 110111 |
Color Harmonies of #BAC553
Complementary color
Monochromatic Colors of #BAC553
Black with #BAC553
Text Example
Text Example
White with #BAC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC553; }
p { color: rgb(186,197,83); }
H1.HeaderClassName
{
color: #BAC553;
}
.AnyTagClassName
{
color: #BAC553;
}
</style>
background-color css
<style>
a { background-color: #BAC553; }
a { background-color: rgb(186,197,83); }
div.DivClassName
{
background-color: #BAC553;
}
.BgClassName
{
background-color: #BAC553;
}
</style>
border-color css
<style>
span { border-color: #BAC553; }
span { border-color: rgb(186,197,83); }
td.TdClassName
{
border-color: #BAC553;
}
.TagClassName
{
border-color: #BAC553;
}
</style>