Shades of Celery #BAC058
Tints of Celery #BAC058
RGB
CMYK
RGB Variations
Color information
#BAC058 (or 0xBAC058) is known color: Celery. HEX triplet: BA, C0 and 58. RGB value is (186,192,88). Sum of RGB (Red+Green+Blue) = 186+192+88=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC058 is #453FA7. Grayscale: #B2B2B2. Windows color (decimal): -4538280 or 5816506. OLE color: 5816506.
HSL color Cylindrical-coordinate representation of color #BAC058: hue angle of 63.46º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAC058 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 88 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.25 |
| HSL | 63.46º | 0.45% | 0.55% | - |
| HSV(B) | 63.46º | 0.54% | 0.75% | - |
| XYZ | 40.86 | 48.84 | 16.51 | - |
| YUV | 178.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 88 | 0.03 | 0 | 0.54 | 0.25 | 63.46 | 0.45 | 0.55 |
| Hex | BA | C0 | 58 | 3 | 0 | 36 | 19 | 3F | 2D | 37 |
| Octal | 272 | 300 | 130 | 3 | 0 | 66 | 31 | 77 | 55 | 67 |
| Binary | 10111010 | 11000000 | 1011000 | 11 | 0 | 110110 | 11001 | 111111 | 101101 | 110111 |
Color Harmonies of #BAC058
Complementary color
Monochromatic Colors of #BAC058
Black with #BAC058
Text Example
Text Example
White with #BAC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC058; }
p { color: rgb(186,192,88); }
H1.HeaderClassName
{
color: #BAC058;
}
.AnyTagClassName
{
color: #BAC058;
}
</style>
background-color css
<style>
a { background-color: #BAC058; }
a { background-color: rgb(186,192,88); }
div.DivClassName
{
background-color: #BAC058;
}
.BgClassName
{
background-color: #BAC058;
}
</style>
border-color css
<style>
span { border-color: #BAC058; }
span { border-color: rgb(186,192,88); }
td.TdClassName
{
border-color: #BAC058;
}
.TagClassName
{
border-color: #BAC058;
}
</style>