Shades of Celery #A8C055
Tints of Celery #A8C055
RGB
CMYK
RGB Variations
Color information
#A8C055 (or 0xA8C055) is known color: Celery. HEX triplet: A8, C0 and 55. RGB value is (168,192,85). Sum of RGB (Red+Green+Blue) = 168+192+85=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C055 is #573FAA. Grayscale: #ADADAD. Windows color (decimal): -5717931 or 5619880. OLE color: 5619880.
HSL color Cylindrical-coordinate representation of color #A8C055: hue angle of 73.46º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8C055 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 85 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.25 |
| HSL | 73.46º | 0.46% | 0.54% | - |
| HSV(B) | 73.46º | 0.56% | 0.75% | - |
| XYZ | 36.64 | 46.68 | 15.67 | - |
| YUV | 172.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 85 | 0.12 | 0 | 0.56 | 0.25 | 73.46 | 0.46 | 0.54 |
| Hex | A8 | C0 | 55 | C | 0 | 38 | 19 | 49 | 2E | 36 |
| Octal | 250 | 300 | 125 | 14 | 0 | 70 | 31 | 111 | 56 | 66 |
| Binary | 10101000 | 11000000 | 1010101 | 1100 | 0 | 111000 | 11001 | 1001001 | 101110 | 110110 |
Color Harmonies of #A8C055
Complementary color
Monochromatic Colors of #A8C055
Black with #A8C055
Text Example
Text Example
White with #A8C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C055; }
p { color: rgb(168,192,85); }
H1.HeaderClassName
{
color: #A8C055;
}
.AnyTagClassName
{
color: #A8C055;
}
</style>
background-color css
<style>
a { background-color: #A8C055; }
a { background-color: rgb(168,192,85); }
div.DivClassName
{
background-color: #A8C055;
}
.BgClassName
{
background-color: #A8C055;
}
</style>
border-color css
<style>
span { border-color: #A8C055; }
span { border-color: rgb(168,192,85); }
td.TdClassName
{
border-color: #A8C055;
}
.TagClassName
{
border-color: #A8C055;
}
</style>