Shades of Celery #A8B84D
Tints of Celery #A8B84D
RGB
CMYK
RGB Variations
Color information
#A8B84D (or 0xA8B84D) is known color: Celery. HEX triplet: A8, B8 and 4D. RGB value is (168,184,77). Sum of RGB (Red+Green+Blue) = 168+184+77=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B84D is #5747B2. Grayscale: #A7A7A7. Windows color (decimal): -5719987 or 5093544. OLE color: 5093544.
HSL color Cylindrical-coordinate representation of color #A8B84D: hue angle of 68.97º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8B84D is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 77 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.28 |
| HSL | 68.97º | 0.43% | 0.51% | - |
| HSV(B) | 68.97º | 0.58% | 0.72% | - |
| XYZ | 34.63 | 43.14 | 13.52 | - |
| YUV | 167.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 77 | 0.09 | 0 | 0.58 | 0.28 | 68.97 | 0.43 | 0.51 |
| Hex | A8 | B8 | 4D | 9 | 0 | 3A | 1C | 45 | 2B | 33 |
| Octal | 250 | 270 | 115 | 11 | 0 | 72 | 34 | 105 | 53 | 63 |
| Binary | 10101000 | 10111000 | 1001101 | 1001 | 0 | 111010 | 11100 | 1000101 | 101011 | 110011 |
Color Harmonies of #A8B84D
Complementary color
Monochromatic Colors of #A8B84D
Black with #A8B84D
Text Example
Text Example
White with #A8B84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B84D; }
p { color: rgb(168,184,77); }
H1.HeaderClassName
{
color: #A8B84D;
}
.AnyTagClassName
{
color: #A8B84D;
}
</style>
background-color css
<style>
a { background-color: #A8B84D; }
a { background-color: rgb(168,184,77); }
div.DivClassName
{
background-color: #A8B84D;
}
.BgClassName
{
background-color: #A8B84D;
}
</style>
border-color css
<style>
span { border-color: #A8B84D; }
span { border-color: rgb(168,184,77); }
td.TdClassName
{
border-color: #A8B84D;
}
.TagClassName
{
border-color: #A8B84D;
}
</style>