Shades of Celery #BAC551
Tints of Celery #BAC551
RGB
CMYK
RGB Variations
Color information
#BAC551 (or 0xBAC551) is known color: Celery. HEX triplet: BA, C5 and 51. RGB value is (186,197,81). Sum of RGB (Red+Green+Blue) = 186+197+81=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC551 is #453AAE. Grayscale: #B4B4B4. Windows color (decimal): -4537007 or 5359034. OLE color: 5359034.
HSL color Cylindrical-coordinate representation of color #BAC551: hue angle of 65.69º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAC551 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 81 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.23 |
| HSL | 65.69º | 0.5% | 0.55% | - |
| HSV(B) | 65.69º | 0.59% | 0.77% | - |
| XYZ | 41.7 | 50.97 | 15.42 | - |
| YUV | 180.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 81 | 0.06 | 0 | 0.59 | 0.23 | 65.69 | 0.5 | 0.55 |
| Hex | BA | C5 | 51 | 6 | 0 | 3B | 17 | 42 | 32 | 37 |
| Octal | 272 | 305 | 121 | 6 | 0 | 73 | 27 | 102 | 62 | 67 |
| Binary | 10111010 | 11000101 | 1010001 | 110 | 0 | 111011 | 10111 | 1000010 | 110010 | 110111 |
Color Harmonies of #BAC551
Complementary color
Monochromatic Colors of #BAC551
Black with #BAC551
Text Example
Text Example
White with #BAC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC551; }
p { color: rgb(186,197,81); }
H1.HeaderClassName
{
color: #BAC551;
}
.AnyTagClassName
{
color: #BAC551;
}
</style>
background-color css
<style>
a { background-color: #BAC551; }
a { background-color: rgb(186,197,81); }
div.DivClassName
{
background-color: #BAC551;
}
.BgClassName
{
background-color: #BAC551;
}
</style>
border-color css
<style>
span { border-color: #BAC551; }
span { border-color: rgb(186,197,81); }
td.TdClassName
{
border-color: #BAC551;
}
.TagClassName
{
border-color: #BAC551;
}
</style>