Shades of Celery #BAC554
Tints of Celery #BAC554
RGB
CMYK
RGB Variations
Color information
#BAC554 (or 0xBAC554) is known color: Celery. HEX triplet: BA, C5 and 54. RGB value is (186,197,84). Sum of RGB (Red+Green+Blue) = 186+197+84=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC554 is #453AAB. Grayscale: #B5B5B5. Windows color (decimal): -4537004 or 5555642. OLE color: 5555642.
HSL color Cylindrical-coordinate representation of color #BAC554: hue angle of 65.84º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAC554 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 84 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.23 |
| HSL | 65.84º | 0.49% | 0.55% | - |
| HSV(B) | 65.84º | 0.57% | 0.77% | - |
| XYZ | 41.82 | 51.01 | 16.03 | - |
| YUV | 180.83 | 73.36 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 84 | 0.06 | 0 | 0.57 | 0.23 | 65.84 | 0.49 | 0.55 |
| Hex | BA | C5 | 54 | 6 | 0 | 39 | 17 | 42 | 31 | 37 |
| Octal | 272 | 305 | 124 | 6 | 0 | 71 | 27 | 102 | 61 | 67 |
| Binary | 10111010 | 11000101 | 1010100 | 110 | 0 | 111001 | 10111 | 1000010 | 110001 | 110111 |
Color Harmonies of #BAC554
Complementary color
Monochromatic Colors of #BAC554
Black with #BAC554
Text Example
Text Example
White with #BAC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC554; }
p { color: rgb(186,197,84); }
H1.HeaderClassName
{
color: #BAC554;
}
.AnyTagClassName
{
color: #BAC554;
}
</style>
background-color css
<style>
a { background-color: #BAC554; }
a { background-color: rgb(186,197,84); }
div.DivClassName
{
background-color: #BAC554;
}
.BgClassName
{
background-color: #BAC554;
}
</style>
border-color css
<style>
span { border-color: #BAC554; }
span { border-color: rgb(186,197,84); }
td.TdClassName
{
border-color: #BAC554;
}
.TagClassName
{
border-color: #BAC554;
}
</style>