Shades of Celery #BACE40
Tints of Celery #BACE40
RGB
CMYK
RGB Variations
Color information
#BACE40 (or 0xBACE40) is known color: Celery. HEX triplet: BA, CE and 40. RGB value is (186,206,64). Sum of RGB (Red+Green+Blue) = 186+206+64=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE40 is #4531BF. Grayscale: #B8B8B8. Windows color (decimal): -4534720 or 4247226. OLE color: 4247226.
HSL color Cylindrical-coordinate representation of color #BACE40: hue angle of 68.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BACE40 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 64 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.19 |
| HSL | 68.45º | 0.59% | 0.53% | - |
| HSV(B) | 68.45º | 0.69% | 0.81% | - |
| XYZ | 43.25 | 54.95 | 13.18 | - |
| YUV | 183.83 | 60.37 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 64 | 0.10 | 0 | 0.69 | 0.19 | 68.45 | 0.59 | 0.53 |
| Hex | BA | CE | 40 | A | 0 | 45 | 13 | 44 | 3B | 35 |
| Octal | 272 | 316 | 100 | 12 | 0 | 105 | 23 | 104 | 73 | 65 |
| Binary | 10111010 | 11001110 | 1000000 | 1010 | 0 | 1000101 | 10011 | 1000100 | 111011 | 110101 |
Color Harmonies of #BACE40
Complementary color
Monochromatic Colors of #BACE40
Black with #BACE40
Text Example
Text Example
White with #BACE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE40; }
p { color: rgb(186,206,64); }
H1.HeaderClassName
{
color: #BACE40;
}
.AnyTagClassName
{
color: #BACE40;
}
</style>
background-color css
<style>
a { background-color: #BACE40; }
a { background-color: rgb(186,206,64); }
div.DivClassName
{
background-color: #BACE40;
}
.BgClassName
{
background-color: #BACE40;
}
</style>
border-color css
<style>
span { border-color: #BACE40; }
span { border-color: rgb(186,206,64); }
td.TdClassName
{
border-color: #BACE40;
}
.TagClassName
{
border-color: #BACE40;
}
</style>