Shades of Celery #BAC545
Tints of Celery #BAC545
RGB
CMYK
RGB Variations
Color information
#BAC545 (or 0xBAC545) is known color: Celery. HEX triplet: BA, C5 and 45. RGB value is (186,197,69). Sum of RGB (Red+Green+Blue) = 186+197+69=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC545 is #453ABA. Grayscale: #B3B3B3. Windows color (decimal): -4537019 or 4572602. OLE color: 4572602.
HSL color Cylindrical-coordinate representation of color #BAC545: hue angle of 65.16º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAC545 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 69 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.23 |
| HSL | 65.16º | 0.52% | 0.52% | - |
| HSV(B) | 65.16º | 0.65% | 0.77% | - |
| XYZ | 41.29 | 50.8 | 13.26 | - |
| YUV | 179.12 | 65.86 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 69 | 0.06 | 0 | 0.65 | 0.23 | 65.16 | 0.52 | 0.52 |
| Hex | BA | C5 | 45 | 6 | 0 | 41 | 17 | 41 | 34 | 34 |
| Octal | 272 | 305 | 105 | 6 | 0 | 101 | 27 | 101 | 64 | 64 |
| Binary | 10111010 | 11000101 | 1000101 | 110 | 0 | 1000001 | 10111 | 1000001 | 110100 | 110100 |
Color Harmonies of #BAC545
Complementary color
Monochromatic Colors of #BAC545
Black with #BAC545
Text Example
Text Example
White with #BAC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC545; }
p { color: rgb(186,197,69); }
H1.HeaderClassName
{
color: #BAC545;
}
.AnyTagClassName
{
color: #BAC545;
}
</style>
background-color css
<style>
a { background-color: #BAC545; }
a { background-color: rgb(186,197,69); }
div.DivClassName
{
background-color: #BAC545;
}
.BgClassName
{
background-color: #BAC545;
}
</style>
border-color css
<style>
span { border-color: #BAC545; }
span { border-color: rgb(186,197,69); }
td.TdClassName
{
border-color: #BAC545;
}
.TagClassName
{
border-color: #BAC545;
}
</style>