Shades of Celery #A8C053
Tints of Celery #A8C053
RGB
CMYK
RGB Variations
Color information
#A8C053 (or 0xA8C053) is known color: Celery. HEX triplet: A8, C0 and 53. RGB value is (168,192,83). Sum of RGB (Red+Green+Blue) = 168+192+83=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C053 is #573FAC. Grayscale: #ACACAC. Windows color (decimal): -5717933 or 5488808. OLE color: 5488808.
HSL color Cylindrical-coordinate representation of color #A8C053: hue angle of 73.21º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8C053 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 83 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.25 |
| HSL | 73.21º | 0.46% | 0.54% | - |
| HSV(B) | 73.21º | 0.57% | 0.75% | - |
| XYZ | 36.56 | 46.65 | 15.26 | - |
| YUV | 172.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 83 | 0.12 | 0 | 0.57 | 0.25 | 73.21 | 0.46 | 0.54 |
| Hex | A8 | C0 | 53 | C | 0 | 39 | 19 | 49 | 2E | 36 |
| Octal | 250 | 300 | 123 | 14 | 0 | 71 | 31 | 111 | 56 | 66 |
| Binary | 10101000 | 11000000 | 1010011 | 1100 | 0 | 111001 | 11001 | 1001001 | 101110 | 110110 |
Color Harmonies of #A8C053
Complementary color
Monochromatic Colors of #A8C053
Black with #A8C053
Text Example
Text Example
White with #A8C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C053; }
p { color: rgb(168,192,83); }
H1.HeaderClassName
{
color: #A8C053;
}
.AnyTagClassName
{
color: #A8C053;
}
</style>
background-color css
<style>
a { background-color: #A8C053; }
a { background-color: rgb(168,192,83); }
div.DivClassName
{
background-color: #A8C053;
}
.BgClassName
{
background-color: #A8C053;
}
</style>
border-color css
<style>
span { border-color: #A8C053; }
span { border-color: rgb(168,192,83); }
td.TdClassName
{
border-color: #A8C053;
}
.TagClassName
{
border-color: #A8C053;
}
</style>