Shades of Celery #BAC04A
Tints of Celery #BAC04A
RGB
CMYK
RGB Variations
Color information
#BAC04A (or 0xBAC04A) is known color: Celery. HEX triplet: BA, C0 and 4A. RGB value is (186,192,74). Sum of RGB (Red+Green+Blue) = 186+192+74=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC04A is #453FB5. Grayscale: #B1B1B1. Windows color (decimal): -4538294 or 4899002. OLE color: 4899002.
HSL color Cylindrical-coordinate representation of color #BAC04A: hue angle of 63.05º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAC04A is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 74 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.25 |
| HSL | 63.05º | 0.48% | 0.52% | - |
| HSV(B) | 63.05º | 0.61% | 0.75% | - |
| XYZ | 40.34 | 48.63 | 13.74 | - |
| YUV | 176.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 74 | 0.03 | 0 | 0.61 | 0.25 | 63.05 | 0.48 | 0.52 |
| Hex | BA | C0 | 4A | 3 | 0 | 3D | 19 | 3F | 30 | 34 |
| Octal | 272 | 300 | 112 | 3 | 0 | 75 | 31 | 77 | 60 | 64 |
| Binary | 10111010 | 11000000 | 1001010 | 11 | 0 | 111101 | 11001 | 111111 | 110000 | 110100 |
Color Harmonies of #BAC04A
Complementary color
Monochromatic Colors of #BAC04A
Black with #BAC04A
Text Example
Text Example
White with #BAC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC04A; }
p { color: rgb(186,192,74); }
H1.HeaderClassName
{
color: #BAC04A;
}
.AnyTagClassName
{
color: #BAC04A;
}
</style>
background-color css
<style>
a { background-color: #BAC04A; }
a { background-color: rgb(186,192,74); }
div.DivClassName
{
background-color: #BAC04A;
}
.BgClassName
{
background-color: #BAC04A;
}
</style>
border-color css
<style>
span { border-color: #BAC04A; }
span { border-color: rgb(186,192,74); }
td.TdClassName
{
border-color: #BAC04A;
}
.TagClassName
{
border-color: #BAC04A;
}
</style>