Shades of Celery #BACA40
Tints of Celery #BACA40
RGB
CMYK
RGB Variations
Color information
#BACA40 (or 0xBACA40) is known color: Celery. HEX triplet: BA, CA and 40. RGB value is (186,202,64). Sum of RGB (Red+Green+Blue) = 186+202+64=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA40 is #4535BF. Grayscale: #B6B6B6. Windows color (decimal): -4535744 or 4246202. OLE color: 4246202.
HSL color Cylindrical-coordinate representation of color #BACA40: hue angle of 66.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BACA40 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 64 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.21 |
| HSL | 66.96º | 0.57% | 0.52% | - |
| HSV(B) | 66.96º | 0.68% | 0.79% | - |
| XYZ | 42.3 | 53.05 | 12.86 | - |
| YUV | 181.48 | 61.7 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 64 | 0.08 | 0 | 0.68 | 0.21 | 66.96 | 0.57 | 0.52 |
| Hex | BA | CA | 40 | 8 | 0 | 44 | 15 | 43 | 39 | 34 |
| Octal | 272 | 312 | 100 | 10 | 0 | 104 | 25 | 103 | 71 | 64 |
| Binary | 10111010 | 11001010 | 1000000 | 1000 | 0 | 1000100 | 10101 | 1000011 | 111001 | 110100 |
Color Harmonies of #BACA40
Complementary color
Monochromatic Colors of #BACA40
Black with #BACA40
Text Example
Text Example
White with #BACA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA40; }
p { color: rgb(186,202,64); }
H1.HeaderClassName
{
color: #BACA40;
}
.AnyTagClassName
{
color: #BACA40;
}
</style>
background-color css
<style>
a { background-color: #BACA40; }
a { background-color: rgb(186,202,64); }
div.DivClassName
{
background-color: #BACA40;
}
.BgClassName
{
background-color: #BACA40;
}
</style>
border-color css
<style>
span { border-color: #BACA40; }
span { border-color: rgb(186,202,64); }
td.TdClassName
{
border-color: #BACA40;
}
.TagClassName
{
border-color: #BACA40;
}
</style>