Shades of Celery #A3BA41
Tints of Celery #A3BA41
RGB
CMYK
RGB Variations
Color information
#A3BA41 (or 0xA3BA41) is known color: Celery. HEX triplet: A3, BA and 41. RGB value is (163,186,65). Sum of RGB (Red+Green+Blue) = 163+186+65=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BA41 is #5C45BE. Grayscale: #A5A5A5. Windows color (decimal): -6047167 or 4307619. OLE color: 4307619.
HSL color Cylindrical-coordinate representation of color #A3BA41: hue angle of 71.4º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3BA41 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 65 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.27 |
| HSL | 71.4º | 0.48% | 0.49% | - |
| HSV(B) | 71.4º | 0.65% | 0.73% | - |
| XYZ | 33.62 | 43.29 | 11.58 | - |
| YUV | 165.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 65 | 0.12 | 0 | 0.65 | 0.27 | 71.4 | 0.48 | 0.49 |
| Hex | A3 | BA | 41 | C | 0 | 41 | 1B | 47 | 30 | 31 |
| Octal | 243 | 272 | 101 | 14 | 0 | 101 | 33 | 107 | 60 | 61 |
| Binary | 10100011 | 10111010 | 1000001 | 1100 | 0 | 1000001 | 11011 | 1000111 | 110000 | 110001 |
Color Harmonies of #A3BA41
Complementary color
Monochromatic Colors of #A3BA41
Black with #A3BA41
Text Example
Text Example
White with #A3BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA41; }
p { color: rgb(163,186,65); }
H1.HeaderClassName
{
color: #A3BA41;
}
.AnyTagClassName
{
color: #A3BA41;
}
</style>
background-color css
<style>
a { background-color: #A3BA41; }
a { background-color: rgb(163,186,65); }
div.DivClassName
{
background-color: #A3BA41;
}
.BgClassName
{
background-color: #A3BA41;
}
</style>
border-color css
<style>
span { border-color: #A3BA41; }
span { border-color: rgb(163,186,65); }
td.TdClassName
{
border-color: #A3BA41;
}
.TagClassName
{
border-color: #A3BA41;
}
</style>