Shades of Celery #BAC042
Tints of Celery #BAC042
RGB
CMYK
RGB Variations
Color information
#BAC042 (or 0xBAC042) is known color: Celery. HEX triplet: BA, C0 and 42. RGB value is (186,192,66). Sum of RGB (Red+Green+Blue) = 186+192+66=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC042 is #453FBD. Grayscale: #B0B0B0. Windows color (decimal): -4538302 or 4374714. OLE color: 4374714.
HSL color Cylindrical-coordinate representation of color #BAC042: hue angle of 62.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAC042 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 66 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.25 |
| HSL | 62.86º | 0.5% | 0.51% | - |
| HSV(B) | 62.86º | 0.66% | 0.75% | - |
| XYZ | 40.08 | 48.53 | 12.41 | - |
| YUV | 175.84 | 66.01 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 66 | 0.03 | 0 | 0.66 | 0.25 | 62.86 | 0.5 | 0.51 |
| Hex | BA | C0 | 42 | 3 | 0 | 42 | 19 | 3F | 32 | 33 |
| Octal | 272 | 300 | 102 | 3 | 0 | 102 | 31 | 77 | 62 | 63 |
| Binary | 10111010 | 11000000 | 1000010 | 11 | 0 | 1000010 | 11001 | 111111 | 110010 | 110011 |
Color Harmonies of #BAC042
Complementary color
Monochromatic Colors of #BAC042
Black with #BAC042
Text Example
Text Example
White with #BAC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC042; }
p { color: rgb(186,192,66); }
H1.HeaderClassName
{
color: #BAC042;
}
.AnyTagClassName
{
color: #BAC042;
}
</style>
background-color css
<style>
a { background-color: #BAC042; }
a { background-color: rgb(186,192,66); }
div.DivClassName
{
background-color: #BAC042;
}
.BgClassName
{
background-color: #BAC042;
}
</style>
border-color css
<style>
span { border-color: #BAC042; }
span { border-color: rgb(186,192,66); }
td.TdClassName
{
border-color: #BAC042;
}
.TagClassName
{
border-color: #BAC042;
}
</style>