Shades of Celery #A8BA52
Tints of Celery #A8BA52
RGB
CMYK
RGB Variations
Color information
#A8BA52 (or 0xA8BA52) is known color: Celery. HEX triplet: A8, BA and 52. RGB value is (168,186,82). Sum of RGB (Red+Green+Blue) = 168+186+82=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA52 is #5745AD. Grayscale: #A9A9A9. Windows color (decimal): -5719470 or 5421736. OLE color: 5421736.
HSL color Cylindrical-coordinate representation of color #A8BA52: hue angle of 70.38º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8BA52 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 82 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.27 |
| HSL | 70.38º | 0.43% | 0.53% | - |
| HSV(B) | 70.38º | 0.56% | 0.73% | - |
| XYZ | 35.23 | 44.05 | 14.63 | - |
| YUV | 168.76 | 79.04 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 82 | 0.10 | 0 | 0.56 | 0.27 | 70.38 | 0.43 | 0.53 |
| Hex | A8 | BA | 52 | A | 0 | 38 | 1B | 46 | 2B | 35 |
| Octal | 250 | 272 | 122 | 12 | 0 | 70 | 33 | 106 | 53 | 65 |
| Binary | 10101000 | 10111010 | 1010010 | 1010 | 0 | 111000 | 11011 | 1000110 | 101011 | 110101 |
Color Harmonies of #A8BA52
Complementary color
Monochromatic Colors of #A8BA52
Black with #A8BA52
Text Example
Text Example
White with #A8BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA52; }
p { color: rgb(168,186,82); }
H1.HeaderClassName
{
color: #A8BA52;
}
.AnyTagClassName
{
color: #A8BA52;
}
</style>
background-color css
<style>
a { background-color: #A8BA52; }
a { background-color: rgb(168,186,82); }
div.DivClassName
{
background-color: #A8BA52;
}
.BgClassName
{
background-color: #A8BA52;
}
</style>
border-color css
<style>
span { border-color: #A8BA52; }
span { border-color: rgb(168,186,82); }
td.TdClassName
{
border-color: #A8BA52;
}
.TagClassName
{
border-color: #A8BA52;
}
</style>