Shades of Celery #BAC54F
Tints of Celery #BAC54F
RGB
CMYK
RGB Variations
Color information
#BAC54F (or 0xBAC54F) is known color: Celery. HEX triplet: BA, C5 and 4F. RGB value is (186,197,79). Sum of RGB (Red+Green+Blue) = 186+197+79=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC54F is #453AB0. Grayscale: #B4B4B4. Windows color (decimal): -4537009 or 5227962. OLE color: 5227962.
HSL color Cylindrical-coordinate representation of color #BAC54F: hue angle of 65.59º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAC54F is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 79 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.23 |
| HSL | 65.59º | 0.5% | 0.54% | - |
| HSV(B) | 65.59º | 0.6% | 0.77% | - |
| XYZ | 41.63 | 50.94 | 15.03 | - |
| YUV | 180.26 | 70.86 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 79 | 0.06 | 0 | 0.60 | 0.23 | 65.59 | 0.5 | 0.54 |
| Hex | BA | C5 | 4F | 6 | 0 | 3C | 17 | 42 | 32 | 36 |
| Octal | 272 | 305 | 117 | 6 | 0 | 74 | 27 | 102 | 62 | 66 |
| Binary | 10111010 | 11000101 | 1001111 | 110 | 0 | 111100 | 10111 | 1000010 | 110010 | 110110 |
Color Harmonies of #BAC54F
Complementary color
Monochromatic Colors of #BAC54F
Black with #BAC54F
Text Example
Text Example
White with #BAC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC54F; }
p { color: rgb(186,197,79); }
H1.HeaderClassName
{
color: #BAC54F;
}
.AnyTagClassName
{
color: #BAC54F;
}
</style>
background-color css
<style>
a { background-color: #BAC54F; }
a { background-color: rgb(186,197,79); }
div.DivClassName
{
background-color: #BAC54F;
}
.BgClassName
{
background-color: #BAC54F;
}
</style>
border-color css
<style>
span { border-color: #BAC54F; }
span { border-color: rgb(186,197,79); }
td.TdClassName
{
border-color: #BAC54F;
}
.TagClassName
{
border-color: #BAC54F;
}
</style>