Shades of Celery #A8BA4C
Tints of Celery #A8BA4C
RGB
CMYK
RGB Variations
Color information
#A8BA4C (or 0xA8BA4C) is known color: Celery. HEX triplet: A8, BA and 4C. RGB value is (168,186,76). Sum of RGB (Red+Green+Blue) = 168+186+76=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA4C is #5745B3. Grayscale: #A8A8A8. Windows color (decimal): -5719476 or 5028520. OLE color: 5028520.
HSL color Cylindrical-coordinate representation of color #A8BA4C: hue angle of 69.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8BA4C is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 76 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.27 |
| HSL | 69.82º | 0.44% | 0.51% | - |
| HSV(B) | 69.82º | 0.59% | 0.73% | - |
| XYZ | 35.01 | 43.96 | 13.48 | - |
| YUV | 168.08 | 76.04 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 76 | 0.10 | 0 | 0.59 | 0.27 | 69.82 | 0.44 | 0.51 |
| Hex | A8 | BA | 4C | A | 0 | 3B | 1B | 46 | 2C | 33 |
| Octal | 250 | 272 | 114 | 12 | 0 | 73 | 33 | 106 | 54 | 63 |
| Binary | 10101000 | 10111010 | 1001100 | 1010 | 0 | 111011 | 11011 | 1000110 | 101100 | 110011 |
Color Harmonies of #A8BA4C
Complementary color
Monochromatic Colors of #A8BA4C
Black with #A8BA4C
Text Example
Text Example
White with #A8BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA4C; }
p { color: rgb(168,186,76); }
H1.HeaderClassName
{
color: #A8BA4C;
}
.AnyTagClassName
{
color: #A8BA4C;
}
</style>
background-color css
<style>
a { background-color: #A8BA4C; }
a { background-color: rgb(168,186,76); }
div.DivClassName
{
background-color: #A8BA4C;
}
.BgClassName
{
background-color: #A8BA4C;
}
</style>
border-color css
<style>
span { border-color: #A8BA4C; }
span { border-color: rgb(168,186,76); }
td.TdClassName
{
border-color: #A8BA4C;
}
.TagClassName
{
border-color: #A8BA4C;
}
</style>