Shades of Celery #A8B04C
Tints of Celery #A8B04C
RGB
CMYK
RGB Variations
Color information
#A8B04C (or 0xA8B04C) is known color: Celery. HEX triplet: A8, B0 and 4C. RGB value is (168,176,76). Sum of RGB (Red+Green+Blue) = 168+176+76=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B04C is #574FB3. Grayscale: #A2A2A2. Windows color (decimal): -5722036 or 5025960. OLE color: 5025960.
HSL color Cylindrical-coordinate representation of color #A8B04C: hue angle of 64.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8B04C is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 76 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.31 |
| HSL | 64.8º | 0.4% | 0.49% | - |
| HSV(B) | 64.8º | 0.57% | 0.69% | - |
| XYZ | 32.98 | 39.9 | 12.8 | - |
| YUV | 162.21 | 79.35 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 76 | 0.05 | 0 | 0.57 | 0.31 | 64.8 | 0.4 | 0.49 |
| Hex | A8 | B0 | 4C | 5 | 0 | 39 | 1F | 41 | 28 | 31 |
| Octal | 250 | 260 | 114 | 5 | 0 | 71 | 37 | 101 | 50 | 61 |
| Binary | 10101000 | 10110000 | 1001100 | 101 | 0 | 111001 | 11111 | 1000001 | 101000 | 110001 |
Color Harmonies of #A8B04C
Complementary color
Monochromatic Colors of #A8B04C
Black with #A8B04C
Text Example
Text Example
White with #A8B04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B04C; }
p { color: rgb(168,176,76); }
H1.HeaderClassName
{
color: #A8B04C;
}
.AnyTagClassName
{
color: #A8B04C;
}
</style>
background-color css
<style>
a { background-color: #A8B04C; }
a { background-color: rgb(168,176,76); }
div.DivClassName
{
background-color: #A8B04C;
}
.BgClassName
{
background-color: #A8B04C;
}
</style>
border-color css
<style>
span { border-color: #A8B04C; }
span { border-color: rgb(168,176,76); }
td.TdClassName
{
border-color: #A8B04C;
}
.TagClassName
{
border-color: #A8B04C;
}
</style>