Shades of Celery #A3BC40
Tints of Celery #A3BC40
RGB
CMYK
RGB Variations
Color information
#A3BC40 (or 0xA3BC40) is known color: Celery. HEX triplet: A3, BC and 40. RGB value is (163,188,64). Sum of RGB (Red+Green+Blue) = 163+188+64=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BC40 is #5C43BF. Grayscale: #A6A6A6. Windows color (decimal): -6046656 or 4242595. OLE color: 4242595.
HSL color Cylindrical-coordinate representation of color #A3BC40: hue angle of 72.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3BC40 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 64 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.26 |
| HSL | 72.1º | 0.49% | 0.49% | - |
| HSV(B) | 72.1º | 0.66% | 0.74% | - |
| XYZ | 34.01 | 44.12 | 11.57 | - |
| YUV | 166.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 64 | 0.13 | 0 | 0.66 | 0.26 | 72.1 | 0.49 | 0.49 |
| Hex | A3 | BC | 40 | D | 0 | 42 | 1A | 48 | 31 | 31 |
| Octal | 243 | 274 | 100 | 15 | 0 | 102 | 32 | 110 | 61 | 61 |
| Binary | 10100011 | 10111100 | 1000000 | 1101 | 0 | 1000010 | 11010 | 1001000 | 110001 | 110001 |
Color Harmonies of #A3BC40
Complementary color
Monochromatic Colors of #A3BC40
Black with #A3BC40
Text Example
Text Example
White with #A3BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC40; }
p { color: rgb(163,188,64); }
H1.HeaderClassName
{
color: #A3BC40;
}
.AnyTagClassName
{
color: #A3BC40;
}
</style>
background-color css
<style>
a { background-color: #A3BC40; }
a { background-color: rgb(163,188,64); }
div.DivClassName
{
background-color: #A3BC40;
}
.BgClassName
{
background-color: #A3BC40;
}
</style>
border-color css
<style>
span { border-color: #A3BC40; }
span { border-color: rgb(163,188,64); }
td.TdClassName
{
border-color: #A3BC40;
}
.TagClassName
{
border-color: #A3BC40;
}
</style>