Shades of Celery #A8C249
Tints of Celery #A8C249
RGB
CMYK
RGB Variations
Color information
#A8C249 (or 0xA8C249) is known color: Celery. HEX triplet: A8, C2 and 49. RGB value is (168,194,73). Sum of RGB (Red+Green+Blue) = 168+194+73=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C249 is #573DB6. Grayscale: #ACACAC. Windows color (decimal): -5717431 or 4833960. OLE color: 4833960.
HSL color Cylindrical-coordinate representation of color #A8C249: hue angle of 72.89º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8C249 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 73 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.24 |
| HSL | 72.89º | 0.5% | 0.52% | - |
| HSV(B) | 72.89º | 0.62% | 0.76% | - |
| XYZ | 36.64 | 47.39 | 13.52 | - |
| YUV | 172.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 73 | 0.13 | 0 | 0.62 | 0.24 | 72.89 | 0.5 | 0.52 |
| Hex | A8 | C2 | 49 | D | 0 | 3E | 18 | 49 | 32 | 34 |
| Octal | 250 | 302 | 111 | 15 | 0 | 76 | 30 | 111 | 62 | 64 |
| Binary | 10101000 | 11000010 | 1001001 | 1101 | 0 | 111110 | 11000 | 1001001 | 110010 | 110100 |
Color Harmonies of #A8C249
Complementary color
Monochromatic Colors of #A8C249
Black with #A8C249
Text Example
Text Example
White with #A8C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C249; }
p { color: rgb(168,194,73); }
H1.HeaderClassName
{
color: #A8C249;
}
.AnyTagClassName
{
color: #A8C249;
}
</style>
background-color css
<style>
a { background-color: #A8C249; }
a { background-color: rgb(168,194,73); }
div.DivClassName
{
background-color: #A8C249;
}
.BgClassName
{
background-color: #A8C249;
}
</style>
border-color css
<style>
span { border-color: #A8C249; }
span { border-color: rgb(168,194,73); }
td.TdClassName
{
border-color: #A8C249;
}
.TagClassName
{
border-color: #A8C249;
}
</style>