Shades of Celery #BACE46
Tints of Celery #BACE46
RGB
CMYK
RGB Variations
Color information
#BACE46 (or 0xBACE46) is known color: Celery. HEX triplet: BA, CE and 46. RGB value is (186,206,70). Sum of RGB (Red+Green+Blue) = 186+206+70=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE46 is #4531B9. Grayscale: #B9B9B9. Windows color (decimal): -4534714 or 4640442. OLE color: 4640442.
HSL color Cylindrical-coordinate representation of color #BACE46: hue angle of 68.82º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BACE46 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 70 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.19 |
| HSL | 68.82º | 0.58% | 0.54% | - |
| HSV(B) | 68.82º | 0.66% | 0.81% | - |
| XYZ | 43.43 | 55.02 | 14.13 | - |
| YUV | 184.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 70 | 0.10 | 0 | 0.66 | 0.19 | 68.82 | 0.58 | 0.54 |
| Hex | BA | CE | 46 | A | 0 | 42 | 13 | 45 | 3A | 36 |
| Octal | 272 | 316 | 106 | 12 | 0 | 102 | 23 | 105 | 72 | 66 |
| Binary | 10111010 | 11001110 | 1000110 | 1010 | 0 | 1000010 | 10011 | 1000101 | 111010 | 110110 |
Color Harmonies of #BACE46
Complementary color
Monochromatic Colors of #BACE46
Black with #BACE46
Text Example
Text Example
White with #BACE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE46; }
p { color: rgb(186,206,70); }
H1.HeaderClassName
{
color: #BACE46;
}
.AnyTagClassName
{
color: #BACE46;
}
</style>
background-color css
<style>
a { background-color: #BACE46; }
a { background-color: rgb(186,206,70); }
div.DivClassName
{
background-color: #BACE46;
}
.BgClassName
{
background-color: #BACE46;
}
</style>
border-color css
<style>
span { border-color: #BACE46; }
span { border-color: rgb(186,206,70); }
td.TdClassName
{
border-color: #BACE46;
}
.TagClassName
{
border-color: #BACE46;
}
</style>