Shades of Celery #A3BC4F
Tints of Celery #A3BC4F
RGB
CMYK
RGB Variations
Color information
#A3BC4F (or 0xA3BC4F) is known color: Celery. HEX triplet: A3, BC and 4F. RGB value is (163,188,79). Sum of RGB (Red+Green+Blue) = 163+188+79=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC4F is #5C43B0. Grayscale: #A8A8A8. Windows color (decimal): -6046641 or 5225635. OLE color: 5225635.
HSL color Cylindrical-coordinate representation of color #A3BC4F: hue angle of 73.76º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3BC4F is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 79 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.26 |
| HSL | 73.76º | 0.45% | 0.52% | - |
| HSV(B) | 73.76º | 0.58% | 0.74% | - |
| XYZ | 34.5 | 44.32 | 14.13 | - |
| YUV | 168.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 79 | 0.13 | 0 | 0.58 | 0.26 | 73.76 | 0.45 | 0.52 |
| Hex | A3 | BC | 4F | D | 0 | 3A | 1A | 4A | 2D | 34 |
| Octal | 243 | 274 | 117 | 15 | 0 | 72 | 32 | 112 | 55 | 64 |
| Binary | 10100011 | 10111100 | 1001111 | 1101 | 0 | 111010 | 11010 | 1001010 | 101101 | 110100 |
Color Harmonies of #A3BC4F
Complementary color
Monochromatic Colors of #A3BC4F
Black with #A3BC4F
Text Example
Text Example
White with #A3BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC4F; }
p { color: rgb(163,188,79); }
H1.HeaderClassName
{
color: #A3BC4F;
}
.AnyTagClassName
{
color: #A3BC4F;
}
</style>
background-color css
<style>
a { background-color: #A3BC4F; }
a { background-color: rgb(163,188,79); }
div.DivClassName
{
background-color: #A3BC4F;
}
.BgClassName
{
background-color: #A3BC4F;
}
</style>
border-color css
<style>
span { border-color: #A3BC4F; }
span { border-color: rgb(163,188,79); }
td.TdClassName
{
border-color: #A3BC4F;
}
.TagClassName
{
border-color: #A3BC4F;
}
</style>