Shades of Celery #A8C352
Tints of Celery #A8C352
RGB
CMYK
RGB Variations
Color information
#A8C352 (or 0xA8C352) is known color: Celery. HEX triplet: A8, C3 and 52. RGB value is (168,195,82). Sum of RGB (Red+Green+Blue) = 168+195+82=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C352 is #573CAD. Grayscale: #AEAEAE. Windows color (decimal): -5717166 or 5424040. OLE color: 5424040.
HSL color Cylindrical-coordinate representation of color #A8C352: hue angle of 74.34º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8C352 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 82 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.24 |
| HSL | 74.34º | 0.48% | 0.54% | - |
| HSV(B) | 74.34º | 0.58% | 0.76% | - |
| XYZ | 37.19 | 47.96 | 15.28 | - |
| YUV | 174.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 82 | 0.14 | 0 | 0.58 | 0.24 | 74.34 | 0.48 | 0.54 |
| Hex | A8 | C3 | 52 | E | 0 | 3A | 18 | 4A | 30 | 36 |
| Octal | 250 | 303 | 122 | 16 | 0 | 72 | 30 | 112 | 60 | 66 |
| Binary | 10101000 | 11000011 | 1010010 | 1110 | 0 | 111010 | 11000 | 1001010 | 110000 | 110110 |
Color Harmonies of #A8C352
Complementary color
Monochromatic Colors of #A8C352
Black with #A8C352
Text Example
Text Example
White with #A8C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C352; }
p { color: rgb(168,195,82); }
H1.HeaderClassName
{
color: #A8C352;
}
.AnyTagClassName
{
color: #A8C352;
}
</style>
background-color css
<style>
a { background-color: #A8C352; }
a { background-color: rgb(168,195,82); }
div.DivClassName
{
background-color: #A8C352;
}
.BgClassName
{
background-color: #A8C352;
}
</style>
border-color css
<style>
span { border-color: #A8C352; }
span { border-color: rgb(168,195,82); }
td.TdClassName
{
border-color: #A8C352;
}
.TagClassName
{
border-color: #A8C352;
}
</style>