Shades of Celery #A8B84F
Tints of Celery #A8B84F
RGB
CMYK
RGB Variations
Color information
#A8B84F (or 0xA8B84F) is known color: Celery. HEX triplet: A8, B8 and 4F. RGB value is (168,184,79). Sum of RGB (Red+Green+Blue) = 168+184+79=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B84F is #5747B0. Grayscale: #A7A7A7. Windows color (decimal): -5719985 or 5224616. OLE color: 5224616.
HSL color Cylindrical-coordinate representation of color #A8B84F: hue angle of 69.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8B84F is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 79 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.28 |
| HSL | 69.14º | 0.43% | 0.52% | - |
| HSV(B) | 69.14º | 0.57% | 0.72% | - |
| XYZ | 34.7 | 43.17 | 13.9 | - |
| YUV | 167.25 | 78.2 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 79 | 0.09 | 0 | 0.57 | 0.28 | 69.14 | 0.43 | 0.52 |
| Hex | A8 | B8 | 4F | 9 | 0 | 39 | 1C | 45 | 2B | 34 |
| Octal | 250 | 270 | 117 | 11 | 0 | 71 | 34 | 105 | 53 | 64 |
| Binary | 10101000 | 10111000 | 1001111 | 1001 | 0 | 111001 | 11100 | 1000101 | 101011 | 110100 |
Color Harmonies of #A8B84F
Complementary color
Monochromatic Colors of #A8B84F
Black with #A8B84F
Text Example
Text Example
White with #A8B84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B84F; }
p { color: rgb(168,184,79); }
H1.HeaderClassName
{
color: #A8B84F;
}
.AnyTagClassName
{
color: #A8B84F;
}
</style>
background-color css
<style>
a { background-color: #A8B84F; }
a { background-color: rgb(168,184,79); }
div.DivClassName
{
background-color: #A8B84F;
}
.BgClassName
{
background-color: #A8B84F;
}
</style>
border-color css
<style>
span { border-color: #A8B84F; }
span { border-color: rgb(168,184,79); }
td.TdClassName
{
border-color: #A8B84F;
}
.TagClassName
{
border-color: #A8B84F;
}
</style>