Shades of Celery #BAC642
Tints of Celery #BAC642
RGB
CMYK
RGB Variations
Color information
#BAC642 (or 0xBAC642) is known color: Celery. HEX triplet: BA, C6 and 42. RGB value is (186,198,66). Sum of RGB (Red+Green+Blue) = 186+198+66=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC642 is #4539BD. Grayscale: #B3B3B3. Windows color (decimal): -4536766 or 4376250. OLE color: 4376250.
HSL color Cylindrical-coordinate representation of color #BAC642: hue angle of 65.45º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAC642 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 66 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.22 |
| HSL | 65.45º | 0.54% | 0.52% | - |
| HSV(B) | 65.45º | 0.67% | 0.78% | - |
| XYZ | 41.43 | 51.22 | 12.86 | - |
| YUV | 179.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 66 | 0.06 | 0 | 0.67 | 0.22 | 65.45 | 0.54 | 0.52 |
| Hex | BA | C6 | 42 | 6 | 0 | 43 | 16 | 41 | 36 | 34 |
| Octal | 272 | 306 | 102 | 6 | 0 | 103 | 26 | 101 | 66 | 64 |
| Binary | 10111010 | 11000110 | 1000010 | 110 | 0 | 1000011 | 10110 | 1000001 | 110110 | 110100 |
Color Harmonies of #BAC642
Complementary color
Monochromatic Colors of #BAC642
Black with #BAC642
Text Example
Text Example
White with #BAC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC642; }
p { color: rgb(186,198,66); }
H1.HeaderClassName
{
color: #BAC642;
}
.AnyTagClassName
{
color: #BAC642;
}
</style>
background-color css
<style>
a { background-color: #BAC642; }
a { background-color: rgb(186,198,66); }
div.DivClassName
{
background-color: #BAC642;
}
.BgClassName
{
background-color: #BAC642;
}
</style>
border-color css
<style>
span { border-color: #BAC642; }
span { border-color: rgb(186,198,66); }
td.TdClassName
{
border-color: #BAC642;
}
.TagClassName
{
border-color: #BAC642;
}
</style>