Shades of Celery #BACA4A
Tints of Celery #BACA4A
RGB
CMYK
RGB Variations
Color information
#BACA4A (or 0xBACA4A) is known color: Celery. HEX triplet: BA, CA and 4A. RGB value is (186,202,74). Sum of RGB (Red+Green+Blue) = 186+202+74=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA4A is #4535B5. Grayscale: #B7B7B7. Windows color (decimal): -4535734 or 4901562. OLE color: 4901562.
HSL color Cylindrical-coordinate representation of color #BACA4A: hue angle of 67.5º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BACA4A is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 74 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.21 |
| HSL | 67.5º | 0.55% | 0.54% | - |
| HSV(B) | 67.5º | 0.63% | 0.79% | - |
| XYZ | 42.61 | 53.17 | 14.5 | - |
| YUV | 182.62 | 66.7 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 74 | 0.08 | 0 | 0.63 | 0.21 | 67.5 | 0.55 | 0.54 |
| Hex | BA | CA | 4A | 8 | 0 | 3F | 15 | 44 | 37 | 36 |
| Octal | 272 | 312 | 112 | 10 | 0 | 77 | 25 | 104 | 67 | 66 |
| Binary | 10111010 | 11001010 | 1001010 | 1000 | 0 | 111111 | 10101 | 1000100 | 110111 | 110110 |
Color Harmonies of #BACA4A
Complementary color
Monochromatic Colors of #BACA4A
Black with #BACA4A
Text Example
Text Example
White with #BACA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA4A; }
p { color: rgb(186,202,74); }
H1.HeaderClassName
{
color: #BACA4A;
}
.AnyTagClassName
{
color: #BACA4A;
}
</style>
background-color css
<style>
a { background-color: #BACA4A; }
a { background-color: rgb(186,202,74); }
div.DivClassName
{
background-color: #BACA4A;
}
.BgClassName
{
background-color: #BACA4A;
}
</style>
border-color css
<style>
span { border-color: #BACA4A; }
span { border-color: rgb(186,202,74); }
td.TdClassName
{
border-color: #BACA4A;
}
.TagClassName
{
border-color: #BACA4A;
}
</style>