Shades of Celery #A3BC41
Tints of Celery #A3BC41
RGB
CMYK
RGB Variations
Color information
#A3BC41 (or 0xA3BC41) is known color: Celery. HEX triplet: A3, BC and 41. RGB value is (163,188,65). Sum of RGB (Red+Green+Blue) = 163+188+65=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BC41 is #5C43BE. Grayscale: #A6A6A6. Windows color (decimal): -6046655 or 4308131. OLE color: 4308131.
HSL color Cylindrical-coordinate representation of color #A3BC41: hue angle of 72.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3BC41 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 65 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.26 |
| HSL | 72.2º | 0.49% | 0.5% | - |
| HSV(B) | 72.2º | 0.65% | 0.74% | - |
| XYZ | 34.04 | 44.13 | 11.73 | - |
| YUV | 166.5 | 70.72 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 65 | 0.13 | 0 | 0.65 | 0.26 | 72.2 | 0.49 | 0.5 |
| Hex | A3 | BC | 41 | D | 0 | 41 | 1A | 48 | 31 | 32 |
| Octal | 243 | 274 | 101 | 15 | 0 | 101 | 32 | 110 | 61 | 62 |
| Binary | 10100011 | 10111100 | 1000001 | 1101 | 0 | 1000001 | 11010 | 1001000 | 110001 | 110010 |
Color Harmonies of #A3BC41
Complementary color
Monochromatic Colors of #A3BC41
Black with #A3BC41
Text Example
Text Example
White with #A3BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC41; }
p { color: rgb(163,188,65); }
H1.HeaderClassName
{
color: #A3BC41;
}
.AnyTagClassName
{
color: #A3BC41;
}
</style>
background-color css
<style>
a { background-color: #A3BC41; }
a { background-color: rgb(163,188,65); }
div.DivClassName
{
background-color: #A3BC41;
}
.BgClassName
{
background-color: #A3BC41;
}
</style>
border-color css
<style>
span { border-color: #A3BC41; }
span { border-color: rgb(163,188,65); }
td.TdClassName
{
border-color: #A3BC41;
}
.TagClassName
{
border-color: #A3BC41;
}
</style>