Shades of Celery #BACA4E
Tints of Celery #BACA4E
RGB
CMYK
RGB Variations
Color information
#BACA4E (or 0xBACA4E) is known color: Celery. HEX triplet: BA, CA and 4E. RGB value is (186,202,78). Sum of RGB (Red+Green+Blue) = 186+202+78=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA4E is #4535B1. Grayscale: #B7B7B7. Windows color (decimal): -4535730 or 5163706. OLE color: 5163706.
HSL color Cylindrical-coordinate representation of color #BACA4E: hue angle of 67.74º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BACA4E is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 78 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.21 |
| HSL | 67.74º | 0.54% | 0.55% | - |
| HSV(B) | 67.74º | 0.61% | 0.79% | - |
| XYZ | 42.75 | 53.23 | 15.23 | - |
| YUV | 183.08 | 68.7 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 78 | 0.08 | 0 | 0.61 | 0.21 | 67.74 | 0.54 | 0.55 |
| Hex | BA | CA | 4E | 8 | 0 | 3D | 15 | 44 | 36 | 37 |
| Octal | 272 | 312 | 116 | 10 | 0 | 75 | 25 | 104 | 66 | 67 |
| Binary | 10111010 | 11001010 | 1001110 | 1000 | 0 | 111101 | 10101 | 1000100 | 110110 | 110111 |
Color Harmonies of #BACA4E
Complementary color
Monochromatic Colors of #BACA4E
Black with #BACA4E
Text Example
Text Example
White with #BACA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA4E; }
p { color: rgb(186,202,78); }
H1.HeaderClassName
{
color: #BACA4E;
}
.AnyTagClassName
{
color: #BACA4E;
}
</style>
background-color css
<style>
a { background-color: #BACA4E; }
a { background-color: rgb(186,202,78); }
div.DivClassName
{
background-color: #BACA4E;
}
.BgClassName
{
background-color: #BACA4E;
}
</style>
border-color css
<style>
span { border-color: #BACA4E; }
span { border-color: rgb(186,202,78); }
td.TdClassName
{
border-color: #BACA4E;
}
.TagClassName
{
border-color: #BACA4E;
}
</style>