Shades of Celery #BAC03E
Tints of Celery #BAC03E
RGB
CMYK
RGB Variations
Color information
#BAC03E (or 0xBAC03E) is known color: Celery. HEX triplet: BA, C0 and 3E. RGB value is (186,192,62). Sum of RGB (Red+Green+Blue) = 186+192+62=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC03E is #453FC1. Grayscale: #AFAFAF. Windows color (decimal): -4538306 or 4112570. OLE color: 4112570.
HSL color Cylindrical-coordinate representation of color #BAC03E: hue angle of 62.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAC03E is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 62 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.25 |
| HSL | 62.77º | 0.51% | 0.5% | - |
| HSV(B) | 62.77º | 0.68% | 0.75% | - |
| XYZ | 39.97 | 48.49 | 11.81 | - |
| YUV | 175.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 62 | 0.03 | 0 | 0.68 | 0.25 | 62.77 | 0.51 | 0.5 |
| Hex | BA | C0 | 3E | 3 | 0 | 44 | 19 | 3F | 33 | 32 |
| Octal | 272 | 300 | 76 | 3 | 0 | 104 | 31 | 77 | 63 | 62 |
| Binary | 10111010 | 11000000 | 111110 | 11 | 0 | 1000100 | 11001 | 111111 | 110011 | 110010 |
Color Harmonies of #BAC03E
Complementary color
Monochromatic Colors of #BAC03E
Black with #BAC03E
Text Example
Text Example
White with #BAC03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC03E; }
p { color: rgb(186,192,62); }
H1.HeaderClassName
{
color: #BAC03E;
}
.AnyTagClassName
{
color: #BAC03E;
}
</style>
background-color css
<style>
a { background-color: #BAC03E; }
a { background-color: rgb(186,192,62); }
div.DivClassName
{
background-color: #BAC03E;
}
.BgClassName
{
background-color: #BAC03E;
}
</style>
border-color css
<style>
span { border-color: #BAC03E; }
span { border-color: rgb(186,192,62); }
td.TdClassName
{
border-color: #BAC03E;
}
.TagClassName
{
border-color: #BAC03E;
}
</style>