Shades of Celery #A8BA4A
Tints of Celery #A8BA4A
RGB
CMYK
RGB Variations
Color information
#A8BA4A (or 0xA8BA4A) is known color: Celery. HEX triplet: A8, BA and 4A. RGB value is (168,186,74). Sum of RGB (Red+Green+Blue) = 168+186+74=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA4A is #5745B5. Grayscale: #A8A8A8. Windows color (decimal): -5719478 or 4897448. OLE color: 4897448.
HSL color Cylindrical-coordinate representation of color #A8BA4A: hue angle of 69.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8BA4A is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 74 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.27 |
| HSL | 69.64º | 0.45% | 0.51% | - |
| HSV(B) | 69.64º | 0.6% | 0.73% | - |
| XYZ | 34.94 | 43.94 | 13.12 | - |
| YUV | 167.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 74 | 0.10 | 0 | 0.60 | 0.27 | 69.64 | 0.45 | 0.51 |
| Hex | A8 | BA | 4A | A | 0 | 3C | 1B | 46 | 2D | 33 |
| Octal | 250 | 272 | 112 | 12 | 0 | 74 | 33 | 106 | 55 | 63 |
| Binary | 10101000 | 10111010 | 1001010 | 1010 | 0 | 111100 | 11011 | 1000110 | 101101 | 110011 |
Color Harmonies of #A8BA4A
Complementary color
Monochromatic Colors of #A8BA4A
Black with #A8BA4A
Text Example
Text Example
White with #A8BA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA4A; }
p { color: rgb(168,186,74); }
H1.HeaderClassName
{
color: #A8BA4A;
}
.AnyTagClassName
{
color: #A8BA4A;
}
</style>
background-color css
<style>
a { background-color: #A8BA4A; }
a { background-color: rgb(168,186,74); }
div.DivClassName
{
background-color: #A8BA4A;
}
.BgClassName
{
background-color: #A8BA4A;
}
</style>
border-color css
<style>
span { border-color: #A8BA4A; }
span { border-color: rgb(168,186,74); }
td.TdClassName
{
border-color: #A8BA4A;
}
.TagClassName
{
border-color: #A8BA4A;
}
</style>