Shades of Celery #BAC543
Tints of Celery #BAC543
RGB
CMYK
RGB Variations
Color information
#BAC543 (or 0xBAC543) is known color: Celery. HEX triplet: BA, C5 and 43. RGB value is (186,197,67). Sum of RGB (Red+Green+Blue) = 186+197+67=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC543 is #453ABC. Grayscale: #B3B3B3. Windows color (decimal): -4537021 or 4441530. OLE color: 4441530.
HSL color Cylindrical-coordinate representation of color #BAC543: hue angle of 65.08º 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 #BAC543 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 67 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.23 |
| HSL | 65.08º | 0.53% | 0.52% | - |
| HSV(B) | 65.08º | 0.66% | 0.77% | - |
| XYZ | 41.23 | 50.78 | 12.94 | - |
| YUV | 178.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 67 | 0.06 | 0 | 0.66 | 0.23 | 65.08 | 0.53 | 0.52 |
| Hex | BA | C5 | 43 | 6 | 0 | 42 | 17 | 41 | 35 | 34 |
| Octal | 272 | 305 | 103 | 6 | 0 | 102 | 27 | 101 | 65 | 64 |
| Binary | 10111010 | 11000101 | 1000011 | 110 | 0 | 1000010 | 10111 | 1000001 | 110101 | 110100 |
Color Harmonies of #BAC543
Complementary color
Monochromatic Colors of #BAC543
Black with #BAC543
Text Example
Text Example
White with #BAC543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC543; }
p { color: rgb(186,197,67); }
H1.HeaderClassName
{
color: #BAC543;
}
.AnyTagClassName
{
color: #BAC543;
}
</style>
background-color css
<style>
a { background-color: #BAC543; }
a { background-color: rgb(186,197,67); }
div.DivClassName
{
background-color: #BAC543;
}
.BgClassName
{
background-color: #BAC543;
}
</style>
border-color css
<style>
span { border-color: #BAC543; }
span { border-color: rgb(186,197,67); }
td.TdClassName
{
border-color: #BAC543;
}
.TagClassName
{
border-color: #BAC543;
}
</style>