Shades of Celery #BACE50
Tints of Celery #BACE50
RGB
CMYK
RGB Variations
Color information
#BACE50 (or 0xBACE50) is known color: Celery. HEX triplet: BA, CE and 50. RGB value is (186,206,80). Sum of RGB (Red+Green+Blue) = 186+206+80=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE50 is #4531AF. Grayscale: #BABABA. Windows color (decimal): -4534704 or 5295802. OLE color: 5295802.
HSL color Cylindrical-coordinate representation of color #BACE50: hue angle of 69.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BACE50 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 80 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.19 |
| HSL | 69.52º | 0.56% | 0.56% | - |
| HSV(B) | 69.52º | 0.61% | 0.81% | - |
| XYZ | 43.77 | 55.16 | 15.93 | - |
| YUV | 185.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 80 | 0.10 | 0 | 0.61 | 0.19 | 69.52 | 0.56 | 0.56 |
| Hex | BA | CE | 50 | A | 0 | 3D | 13 | 46 | 38 | 38 |
| Octal | 272 | 316 | 120 | 12 | 0 | 75 | 23 | 106 | 70 | 70 |
| Binary | 10111010 | 11001110 | 1010000 | 1010 | 0 | 111101 | 10011 | 1000110 | 111000 | 111000 |
Color Harmonies of #BACE50
Complementary color
Monochromatic Colors of #BACE50
Black with #BACE50
Text Example
Text Example
White with #BACE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE50; }
p { color: rgb(186,206,80); }
H1.HeaderClassName
{
color: #BACE50;
}
.AnyTagClassName
{
color: #BACE50;
}
</style>
background-color css
<style>
a { background-color: #BACE50; }
a { background-color: rgb(186,206,80); }
div.DivClassName
{
background-color: #BACE50;
}
.BgClassName
{
background-color: #BACE50;
}
</style>
border-color css
<style>
span { border-color: #BACE50; }
span { border-color: rgb(186,206,80); }
td.TdClassName
{
border-color: #BACE50;
}
.TagClassName
{
border-color: #BACE50;
}
</style>