Shades of Celery #BAC055
Tints of Celery #BAC055
RGB
CMYK
RGB Variations
Color information
#BAC055 (or 0xBAC055) is known color: Celery. HEX triplet: BA, C0 and 55. RGB value is (186,192,85). Sum of RGB (Red+Green+Blue) = 186+192+85=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC055 is #453FAA. Grayscale: #B2B2B2. Windows color (decimal): -4538283 or 5619898. OLE color: 5619898.
HSL color Cylindrical-coordinate representation of color #BAC055: hue angle of 63.36º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAC055 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 85 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.25 |
| HSL | 63.36º | 0.46% | 0.54% | - |
| HSV(B) | 63.36º | 0.56% | 0.75% | - |
| XYZ | 40.74 | 48.79 | 15.87 | - |
| YUV | 178.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 85 | 0.03 | 0 | 0.56 | 0.25 | 63.36 | 0.46 | 0.54 |
| Hex | BA | C0 | 55 | 3 | 0 | 38 | 19 | 3F | 2E | 36 |
| Octal | 272 | 300 | 125 | 3 | 0 | 70 | 31 | 77 | 56 | 66 |
| Binary | 10111010 | 11000000 | 1010101 | 11 | 0 | 111000 | 11001 | 111111 | 101110 | 110110 |
Color Harmonies of #BAC055
Complementary color
Monochromatic Colors of #BAC055
Black with #BAC055
Text Example
Text Example
White with #BAC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC055; }
p { color: rgb(186,192,85); }
H1.HeaderClassName
{
color: #BAC055;
}
.AnyTagClassName
{
color: #BAC055;
}
</style>
background-color css
<style>
a { background-color: #BAC055; }
a { background-color: rgb(186,192,85); }
div.DivClassName
{
background-color: #BAC055;
}
.BgClassName
{
background-color: #BAC055;
}
</style>
border-color css
<style>
span { border-color: #BAC055; }
span { border-color: rgb(186,192,85); }
td.TdClassName
{
border-color: #BAC055;
}
.TagClassName
{
border-color: #BAC055;
}
</style>