Shades of Celery #A8B24E
Tints of Celery #A8B24E
RGB
CMYK
RGB Variations
Color information
#A8B24E (or 0xA8B24E) is known color: Celery. HEX triplet: A8, B2 and 4E. RGB value is (168,178,78). Sum of RGB (Red+Green+Blue) = 168+178+78=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B24E is #574DB1. Grayscale: #A4A4A4. Windows color (decimal): -5721522 or 5157544. OLE color: 5157544.
HSL color Cylindrical-coordinate representation of color #A8B24E: hue angle of 66º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8B24E is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 78 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.30 |
| HSL | 66º | 0.39% | 0.5% | - |
| HSV(B) | 66º | 0.56% | 0.7% | - |
| XYZ | 33.44 | 40.72 | 13.3 | - |
| YUV | 163.61 | 79.69 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 78 | 0.06 | 0 | 0.56 | 0.30 | 66 | 0.39 | 0.5 |
| Hex | A8 | B2 | 4E | 6 | 0 | 38 | 1E | 42 | 27 | 32 |
| Octal | 250 | 262 | 116 | 6 | 0 | 70 | 36 | 102 | 47 | 62 |
| Binary | 10101000 | 10110010 | 1001110 | 110 | 0 | 111000 | 11110 | 1000010 | 100111 | 110010 |
Color Harmonies of #A8B24E
Complementary color
Monochromatic Colors of #A8B24E
Black with #A8B24E
Text Example
Text Example
White with #A8B24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B24E; }
p { color: rgb(168,178,78); }
H1.HeaderClassName
{
color: #A8B24E;
}
.AnyTagClassName
{
color: #A8B24E;
}
</style>
background-color css
<style>
a { background-color: #A8B24E; }
a { background-color: rgb(168,178,78); }
div.DivClassName
{
background-color: #A8B24E;
}
.BgClassName
{
background-color: #A8B24E;
}
</style>
border-color css
<style>
span { border-color: #A8B24E; }
span { border-color: rgb(168,178,78); }
td.TdClassName
{
border-color: #A8B24E;
}
.TagClassName
{
border-color: #A8B24E;
}
</style>