Shades of Celery #BACE49
Tints of Celery #BACE49
RGB
CMYK
RGB Variations
Color information
#BACE49 (or 0xBACE49) is known color: Celery. HEX triplet: BA, CE and 49. RGB value is (186,206,73). Sum of RGB (Red+Green+Blue) = 186+206+73=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE49 is #4531B6. Grayscale: #B9B9B9. Windows color (decimal): -4534711 or 4837050. OLE color: 4837050.
HSL color Cylindrical-coordinate representation of color #BACE49: hue angle of 69.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BACE49 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 73 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.19 |
| HSL | 69.02º | 0.58% | 0.55% | - |
| HSV(B) | 69.02º | 0.65% | 0.81% | - |
| XYZ | 43.52 | 55.06 | 14.64 | - |
| YUV | 184.86 | 64.87 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 73 | 0.10 | 0 | 0.65 | 0.19 | 69.02 | 0.58 | 0.55 |
| Hex | BA | CE | 49 | A | 0 | 41 | 13 | 45 | 3A | 37 |
| Octal | 272 | 316 | 111 | 12 | 0 | 101 | 23 | 105 | 72 | 67 |
| Binary | 10111010 | 11001110 | 1001001 | 1010 | 0 | 1000001 | 10011 | 1000101 | 111010 | 110111 |
Color Harmonies of #BACE49
Complementary color
Monochromatic Colors of #BACE49
Black with #BACE49
Text Example
Text Example
White with #BACE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE49; }
p { color: rgb(186,206,73); }
H1.HeaderClassName
{
color: #BACE49;
}
.AnyTagClassName
{
color: #BACE49;
}
</style>
background-color css
<style>
a { background-color: #BACE49; }
a { background-color: rgb(186,206,73); }
div.DivClassName
{
background-color: #BACE49;
}
.BgClassName
{
background-color: #BACE49;
}
</style>
border-color css
<style>
span { border-color: #BACE49; }
span { border-color: rgb(186,206,73); }
td.TdClassName
{
border-color: #BACE49;
}
.TagClassName
{
border-color: #BACE49;
}
</style>