Shades of Celery #A8C152
Tints of Celery #A8C152
RGB
CMYK
RGB Variations
Color information
#A8C152 (or 0xA8C152) is known color: Celery. HEX triplet: A8, C1 and 52. RGB value is (168,193,82). Sum of RGB (Red+Green+Blue) = 168+193+82=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C152 is #573EAD. Grayscale: #ADADAD. Windows color (decimal): -5717678 or 5423528. OLE color: 5423528.
HSL color Cylindrical-coordinate representation of color #A8C152: hue angle of 73.51º degrees, saturation: 0.47, 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 #A8C152 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 82 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.24 |
| HSL | 73.51º | 0.47% | 0.54% | - |
| HSV(B) | 73.51º | 0.58% | 0.76% | - |
| XYZ | 36.74 | 47.07 | 15.13 | - |
| YUV | 172.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 82 | 0.13 | 0 | 0.58 | 0.24 | 73.51 | 0.47 | 0.54 |
| Hex | A8 | C1 | 52 | D | 0 | 3A | 18 | 4A | 2F | 36 |
| Octal | 250 | 301 | 122 | 15 | 0 | 72 | 30 | 112 | 57 | 66 |
| Binary | 10101000 | 11000001 | 1010010 | 1101 | 0 | 111010 | 11000 | 1001010 | 101111 | 110110 |
Color Harmonies of #A8C152
Complementary color
Monochromatic Colors of #A8C152
Black with #A8C152
Text Example
Text Example
White with #A8C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C152; }
p { color: rgb(168,193,82); }
H1.HeaderClassName
{
color: #A8C152;
}
.AnyTagClassName
{
color: #A8C152;
}
</style>
background-color css
<style>
a { background-color: #A8C152; }
a { background-color: rgb(168,193,82); }
div.DivClassName
{
background-color: #A8C152;
}
.BgClassName
{
background-color: #A8C152;
}
</style>
border-color css
<style>
span { border-color: #A8C152; }
span { border-color: rgb(168,193,82); }
td.TdClassName
{
border-color: #A8C152;
}
.TagClassName
{
border-color: #A8C152;
}
</style>