Shades of Celery #BAC456
Tints of Celery #BAC456
RGB
CMYK
RGB Variations
Color information
#BAC456 (or 0xBAC456) is known color: Celery. HEX triplet: BA, C4 and 56. RGB value is (186,196,86). Sum of RGB (Red+Green+Blue) = 186+196+86=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC456 is #453BA9. Grayscale: #B4B4B4. Windows color (decimal): -4537258 or 5686458. OLE color: 5686458.
HSL color Cylindrical-coordinate representation of color #BAC456: hue angle of 65.45º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAC456 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 86 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.23 |
| HSL | 65.45º | 0.48% | 0.55% | - |
| HSV(B) | 65.45º | 0.56% | 0.77% | - |
| XYZ | 41.67 | 50.59 | 16.37 | - |
| YUV | 180.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 86 | 0.05 | 0 | 0.56 | 0.23 | 65.45 | 0.48 | 0.55 |
| Hex | BA | C4 | 56 | 5 | 0 | 38 | 17 | 41 | 30 | 37 |
| Octal | 272 | 304 | 126 | 5 | 0 | 70 | 27 | 101 | 60 | 67 |
| Binary | 10111010 | 11000100 | 1010110 | 101 | 0 | 111000 | 10111 | 1000001 | 110000 | 110111 |
Color Harmonies of #BAC456
Complementary color
Monochromatic Colors of #BAC456
Black with #BAC456
Text Example
Text Example
White with #BAC456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC456; }
p { color: rgb(186,196,86); }
H1.HeaderClassName
{
color: #BAC456;
}
.AnyTagClassName
{
color: #BAC456;
}
</style>
background-color css
<style>
a { background-color: #BAC456; }
a { background-color: rgb(186,196,86); }
div.DivClassName
{
background-color: #BAC456;
}
.BgClassName
{
background-color: #BAC456;
}
</style>
border-color css
<style>
span { border-color: #BAC456; }
span { border-color: rgb(186,196,86); }
td.TdClassName
{
border-color: #BAC456;
}
.TagClassName
{
border-color: #BAC456;
}
</style>