Shades of Celery #BAC03F
Tints of Celery #BAC03F
RGB
CMYK
RGB Variations
Color information
#BAC03F (or 0xBAC03F) is known color: Celery. HEX triplet: BA, C0 and 3F. RGB value is (186,192,63). Sum of RGB (Red+Green+Blue) = 186+192+63=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC03F is #453FC0. Grayscale: #B0B0B0. Windows color (decimal): -4538305 or 4178106. OLE color: 4178106.
HSL color Cylindrical-coordinate representation of color #BAC03F: hue angle of 62.79º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAC03F is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 63 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.25 |
| HSL | 62.79º | 0.51% | 0.5% | - |
| HSV(B) | 62.79º | 0.67% | 0.75% | - |
| XYZ | 40 | 48.5 | 11.96 | - |
| YUV | 175.5 | 64.51 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 63 | 0.03 | 0 | 0.67 | 0.25 | 62.79 | 0.51 | 0.5 |
| Hex | BA | C0 | 3F | 3 | 0 | 43 | 19 | 3F | 33 | 32 |
| Octal | 272 | 300 | 77 | 3 | 0 | 103 | 31 | 77 | 63 | 62 |
| Binary | 10111010 | 11000000 | 111111 | 11 | 0 | 1000011 | 11001 | 111111 | 110011 | 110010 |
Color Harmonies of #BAC03F
Complementary color
Monochromatic Colors of #BAC03F
Black with #BAC03F
Text Example
Text Example
White with #BAC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC03F; }
p { color: rgb(186,192,63); }
H1.HeaderClassName
{
color: #BAC03F;
}
.AnyTagClassName
{
color: #BAC03F;
}
</style>
background-color css
<style>
a { background-color: #BAC03F; }
a { background-color: rgb(186,192,63); }
div.DivClassName
{
background-color: #BAC03F;
}
.BgClassName
{
background-color: #BAC03F;
}
</style>
border-color css
<style>
span { border-color: #BAC03F; }
span { border-color: rgb(186,192,63); }
td.TdClassName
{
border-color: #BAC03F;
}
.TagClassName
{
border-color: #BAC03F;
}
</style>