Shades of Celery #A4B950
Tints of Celery #A4B950
RGB
CMYK
RGB Variations
Color information
#A4B950 (or 0xA4B950) is known color: Celery. HEX triplet: A4, B9 and 50. RGB value is (164,185,80). Sum of RGB (Red+Green+Blue) = 164+185+80=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B950 is #5B46AF. Grayscale: #A7A7A7. Windows color (decimal): -5981872 or 5290404. OLE color: 5290404.
HSL color Cylindrical-coordinate representation of color #A4B950: hue angle of 72º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4B950 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 80 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.27 |
| HSL | 72º | 0.43% | 0.52% | - |
| HSV(B) | 72º | 0.57% | 0.73% | - |
| XYZ | 34.11 | 43.17 | 14.12 | - |
| YUV | 166.75 | 79.04 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 80 | 0.11 | 0 | 0.57 | 0.27 | 72 | 0.43 | 0.52 |
| Hex | A4 | B9 | 50 | B | 0 | 39 | 1B | 48 | 2B | 34 |
| Octal | 244 | 271 | 120 | 13 | 0 | 71 | 33 | 110 | 53 | 64 |
| Binary | 10100100 | 10111001 | 1010000 | 1011 | 0 | 111001 | 11011 | 1001000 | 101011 | 110100 |
Color Harmonies of #A4B950
Complementary color
Monochromatic Colors of #A4B950
Black with #A4B950
Text Example
Text Example
White with #A4B950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B950; }
p { color: rgb(164,185,80); }
H1.HeaderClassName
{
color: #A4B950;
}
.AnyTagClassName
{
color: #A4B950;
}
</style>
background-color css
<style>
a { background-color: #A4B950; }
a { background-color: rgb(164,185,80); }
div.DivClassName
{
background-color: #A4B950;
}
.BgClassName
{
background-color: #A4B950;
}
</style>
border-color css
<style>
span { border-color: #A4B950; }
span { border-color: rgb(164,185,80); }
td.TdClassName
{
border-color: #A4B950;
}
.TagClassName
{
border-color: #A4B950;
}
</style>