Shades of Celery #BAC542
Tints of Celery #BAC542
RGB
CMYK
RGB Variations
Color information
#BAC542 (or 0xBAC542) is known color: Celery. HEX triplet: BA, C5 and 42. RGB value is (186,197,66). Sum of RGB (Red+Green+Blue) = 186+197+66=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC542 is #453ABD. Grayscale: #B3B3B3. Windows color (decimal): -4537022 or 4375994. OLE color: 4375994.
HSL color Cylindrical-coordinate representation of color #BAC542: hue angle of 65.04º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAC542 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 66 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.23 |
| HSL | 65.04º | 0.53% | 0.52% | - |
| HSV(B) | 65.04º | 0.66% | 0.77% | - |
| XYZ | 41.2 | 50.76 | 12.78 | - |
| YUV | 178.78 | 64.36 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 66 | 0.06 | 0 | 0.66 | 0.23 | 65.04 | 0.53 | 0.52 |
| Hex | BA | C5 | 42 | 6 | 0 | 42 | 17 | 41 | 35 | 34 |
| Octal | 272 | 305 | 102 | 6 | 0 | 102 | 27 | 101 | 65 | 64 |
| Binary | 10111010 | 11000101 | 1000010 | 110 | 0 | 1000010 | 10111 | 1000001 | 110101 | 110100 |
Color Harmonies of #BAC542
Complementary color
Monochromatic Colors of #BAC542
Black with #BAC542
Text Example
Text Example
White with #BAC542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC542; }
p { color: rgb(186,197,66); }
H1.HeaderClassName
{
color: #BAC542;
}
.AnyTagClassName
{
color: #BAC542;
}
</style>
background-color css
<style>
a { background-color: #BAC542; }
a { background-color: rgb(186,197,66); }
div.DivClassName
{
background-color: #BAC542;
}
.BgClassName
{
background-color: #BAC542;
}
</style>
border-color css
<style>
span { border-color: #BAC542; }
span { border-color: rgb(186,197,66); }
td.TdClassName
{
border-color: #BAC542;
}
.TagClassName
{
border-color: #BAC542;
}
</style>