Shades of Celery #BAC845
Tints of Celery #BAC845
RGB
CMYK
RGB Variations
Color information
#BAC845 (or 0xBAC845) is known color: Celery. HEX triplet: BA, C8 and 45. RGB value is (186,200,69). Sum of RGB (Red+Green+Blue) = 186+200+69=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC845 is #4537BA. Grayscale: #B5B5B5. Windows color (decimal): -4536251 or 4573370. OLE color: 4573370.
HSL color Cylindrical-coordinate representation of color #BAC845: hue angle of 66.41º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAC845 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 69 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.22 |
| HSL | 66.41º | 0.54% | 0.53% | - |
| HSV(B) | 66.41º | 0.66% | 0.78% | - |
| XYZ | 41.98 | 52.18 | 13.49 | - |
| YUV | 180.88 | 64.86 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 69 | 0.07 | 0 | 0.66 | 0.22 | 66.41 | 0.54 | 0.53 |
| Hex | BA | C8 | 45 | 7 | 0 | 42 | 16 | 42 | 36 | 35 |
| Octal | 272 | 310 | 105 | 7 | 0 | 102 | 26 | 102 | 66 | 65 |
| Binary | 10111010 | 11001000 | 1000101 | 111 | 0 | 1000010 | 10110 | 1000010 | 110110 | 110101 |
Color Harmonies of #BAC845
Complementary color
Monochromatic Colors of #BAC845
Black with #BAC845
Text Example
Text Example
White with #BAC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC845; }
p { color: rgb(186,200,69); }
H1.HeaderClassName
{
color: #BAC845;
}
.AnyTagClassName
{
color: #BAC845;
}
</style>
background-color css
<style>
a { background-color: #BAC845; }
a { background-color: rgb(186,200,69); }
div.DivClassName
{
background-color: #BAC845;
}
.BgClassName
{
background-color: #BAC845;
}
</style>
border-color css
<style>
span { border-color: #BAC845; }
span { border-color: rgb(186,200,69); }
td.TdClassName
{
border-color: #BAC845;
}
.TagClassName
{
border-color: #BAC845;
}
</style>