Shades of Celery #BAC053
Tints of Celery #BAC053
RGB
CMYK
RGB Variations
Color information
#BAC053 (or 0xBAC053) is known color: Celery. HEX triplet: BA, C0 and 53. RGB value is (186,192,83). Sum of RGB (Red+Green+Blue) = 186+192+83=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC053 is #453FAC. Grayscale: #B2B2B2. Windows color (decimal): -4538285 or 5488826. OLE color: 5488826.
HSL color Cylindrical-coordinate representation of color #BAC053: hue angle of 63.3º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAC053 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 83 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.25 |
| HSL | 63.3º | 0.46% | 0.54% | - |
| HSV(B) | 63.3º | 0.57% | 0.75% | - |
| XYZ | 40.66 | 48.76 | 15.45 | - |
| YUV | 177.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 83 | 0.03 | 0 | 0.57 | 0.25 | 63.3 | 0.46 | 0.54 |
| Hex | BA | C0 | 53 | 3 | 0 | 39 | 19 | 3F | 2E | 36 |
| Octal | 272 | 300 | 123 | 3 | 0 | 71 | 31 | 77 | 56 | 66 |
| Binary | 10111010 | 11000000 | 1010011 | 11 | 0 | 111001 | 11001 | 111111 | 101110 | 110110 |
Color Harmonies of #BAC053
Complementary color
Monochromatic Colors of #BAC053
Black with #BAC053
Text Example
Text Example
White with #BAC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC053; }
p { color: rgb(186,192,83); }
H1.HeaderClassName
{
color: #BAC053;
}
.AnyTagClassName
{
color: #BAC053;
}
</style>
background-color css
<style>
a { background-color: #BAC053; }
a { background-color: rgb(186,192,83); }
div.DivClassName
{
background-color: #BAC053;
}
.BgClassName
{
background-color: #BAC053;
}
</style>
border-color css
<style>
span { border-color: #BAC053; }
span { border-color: rgb(186,192,83); }
td.TdClassName
{
border-color: #BAC053;
}
.TagClassName
{
border-color: #BAC053;
}
</style>