Shades of Celery #A9B04A
Tints of Celery #A9B04A
RGB
CMYK
RGB Variations
Color information
#A9B04A (or 0xA9B04A) is known color: Celery. HEX triplet: A9, B0 and 4A. RGB value is (169,176,74). Sum of RGB (Red+Green+Blue) = 169+176+74=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B04A is #564FB5. Grayscale: #A2A2A2. Windows color (decimal): -5656502 or 4894889. OLE color: 4894889.
HSL color Cylindrical-coordinate representation of color #A9B04A: hue angle of 64.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A9B04A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 176 | 74 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.31 |
| HSL | 64.12º | 0.41% | 0.49% | - |
| HSV(B) | 64.12º | 0.58% | 0.69% | - |
| XYZ | 33.12 | 39.98 | 12.45 | - |
| YUV | 162.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 176 | 74 | 0.04 | 0 | 0.58 | 0.31 | 64.12 | 0.41 | 0.49 |
| Hex | A9 | B0 | 4A | 4 | 0 | 3A | 1F | 40 | 29 | 31 |
| Octal | 251 | 260 | 112 | 4 | 0 | 72 | 37 | 100 | 51 | 61 |
| Binary | 10101001 | 10110000 | 1001010 | 100 | 0 | 111010 | 11111 | 1000000 | 101001 | 110001 |
Color Harmonies of #A9B04A
Complementary color
Monochromatic Colors of #A9B04A
Black with #A9B04A
Text Example
Text Example
White with #A9B04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B04A; }
p { color: rgb(169,176,74); }
H1.HeaderClassName
{
color: #A9B04A;
}
.AnyTagClassName
{
color: #A9B04A;
}
</style>
background-color css
<style>
a { background-color: #A9B04A; }
a { background-color: rgb(169,176,74); }
div.DivClassName
{
background-color: #A9B04A;
}
.BgClassName
{
background-color: #A9B04A;
}
</style>
border-color css
<style>
span { border-color: #A9B04A; }
span { border-color: rgb(169,176,74); }
td.TdClassName
{
border-color: #A9B04A;
}
.TagClassName
{
border-color: #A9B04A;
}
</style>