Shades of Celery #BAC155
Tints of Celery #BAC155
RGB
CMYK
RGB Variations
Color information
#BAC155 (or 0xBAC155) is known color: Celery. HEX triplet: BA, C1 and 55. RGB value is (186,193,85). Sum of RGB (Red+Green+Blue) = 186+193+85=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC155 is #453EAA. Grayscale: #B3B3B3. Windows color (decimal): -4538027 or 5620154. OLE color: 5620154.
HSL color Cylindrical-coordinate representation of color #BAC155: hue angle of 63.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAC155 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 85 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.24 |
| HSL | 63.89º | 0.47% | 0.55% | - |
| HSV(B) | 63.89º | 0.56% | 0.76% | - |
| XYZ | 40.96 | 49.23 | 15.94 | - |
| YUV | 178.6 | 75.18 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 85 | 0.04 | 0 | 0.56 | 0.24 | 63.89 | 0.47 | 0.55 |
| Hex | BA | C1 | 55 | 4 | 0 | 38 | 18 | 40 | 2F | 37 |
| Octal | 272 | 301 | 125 | 4 | 0 | 70 | 30 | 100 | 57 | 67 |
| Binary | 10111010 | 11000001 | 1010101 | 100 | 0 | 111000 | 11000 | 1000000 | 101111 | 110111 |
Color Harmonies of #BAC155
Complementary color
Monochromatic Colors of #BAC155
Black with #BAC155
Text Example
Text Example
White with #BAC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC155; }
p { color: rgb(186,193,85); }
H1.HeaderClassName
{
color: #BAC155;
}
.AnyTagClassName
{
color: #BAC155;
}
</style>
background-color css
<style>
a { background-color: #BAC155; }
a { background-color: rgb(186,193,85); }
div.DivClassName
{
background-color: #BAC155;
}
.BgClassName
{
background-color: #BAC155;
}
</style>
border-color css
<style>
span { border-color: #BAC155; }
span { border-color: rgb(186,193,85); }
td.TdClassName
{
border-color: #BAC155;
}
.TagClassName
{
border-color: #BAC155;
}
</style>