Shades of Celery #A3BC50
Tints of Celery #A3BC50
RGB
CMYK
RGB Variations
Color information
#A3BC50 (or 0xA3BC50) is known color: Celery. HEX triplet: A3, BC and 50. RGB value is (163,188,80). Sum of RGB (Red+Green+Blue) = 163+188+80=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC50 is #5C43AF. Grayscale: #A8A8A8. Windows color (decimal): -6046640 or 5291171. OLE color: 5291171.
HSL color Cylindrical-coordinate representation of color #A3BC50: hue angle of 73.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3BC50 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 80 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.26 |
| HSL | 73.89º | 0.45% | 0.53% | - |
| HSV(B) | 73.89º | 0.57% | 0.74% | - |
| XYZ | 34.54 | 44.33 | 14.33 | - |
| YUV | 168.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 80 | 0.13 | 0 | 0.57 | 0.26 | 73.89 | 0.45 | 0.53 |
| Hex | A3 | BC | 50 | D | 0 | 39 | 1A | 4A | 2D | 35 |
| Octal | 243 | 274 | 120 | 15 | 0 | 71 | 32 | 112 | 55 | 65 |
| Binary | 10100011 | 10111100 | 1010000 | 1101 | 0 | 111001 | 11010 | 1001010 | 101101 | 110101 |
Color Harmonies of #A3BC50
Complementary color
Monochromatic Colors of #A3BC50
Black with #A3BC50
Text Example
Text Example
White with #A3BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC50; }
p { color: rgb(163,188,80); }
H1.HeaderClassName
{
color: #A3BC50;
}
.AnyTagClassName
{
color: #A3BC50;
}
</style>
background-color css
<style>
a { background-color: #A3BC50; }
a { background-color: rgb(163,188,80); }
div.DivClassName
{
background-color: #A3BC50;
}
.BgClassName
{
background-color: #A3BC50;
}
</style>
border-color css
<style>
span { border-color: #A3BC50; }
span { border-color: rgb(163,188,80); }
td.TdClassName
{
border-color: #A3BC50;
}
.TagClassName
{
border-color: #A3BC50;
}
</style>