Shades of Celery #A4BD40
Tints of Celery #A4BD40
RGB
CMYK
RGB Variations
Color information
#A4BD40 (or 0xA4BD40) is known color: Celery. HEX triplet: A4, BD and 40. RGB value is (164,189,64). Sum of RGB (Red+Green+Blue) = 164+189+64=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BD40 is #5B42BF. Grayscale: #A7A7A7. Windows color (decimal): -5980864 or 4242852. OLE color: 4242852.
HSL color Cylindrical-coordinate representation of color #A4BD40: hue angle of 72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4BD40 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 189 | 64 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.26 |
| HSL | 72º | 0.49% | 0.5% | - |
| HSV(B) | 72º | 0.66% | 0.74% | - |
| XYZ | 34.43 | 44.66 | 11.66 | - |
| YUV | 167.28 | 69.72 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 64 | 0.13 | 0 | 0.66 | 0.26 | 72 | 0.49 | 0.5 |
| Hex | A4 | BD | 40 | D | 0 | 42 | 1A | 48 | 31 | 32 |
| Octal | 244 | 275 | 100 | 15 | 0 | 102 | 32 | 110 | 61 | 62 |
| Binary | 10100100 | 10111101 | 1000000 | 1101 | 0 | 1000010 | 11010 | 1001000 | 110001 | 110010 |
Color Harmonies of #A4BD40
Complementary color
Monochromatic Colors of #A4BD40
Black with #A4BD40
Text Example
Text Example
White with #A4BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BD40; }
p { color: rgb(164,189,64); }
H1.HeaderClassName
{
color: #A4BD40;
}
.AnyTagClassName
{
color: #A4BD40;
}
</style>
background-color css
<style>
a { background-color: #A4BD40; }
a { background-color: rgb(164,189,64); }
div.DivClassName
{
background-color: #A4BD40;
}
.BgClassName
{
background-color: #A4BD40;
}
</style>
border-color css
<style>
span { border-color: #A4BD40; }
span { border-color: rgb(164,189,64); }
td.TdClassName
{
border-color: #A4BD40;
}
.TagClassName
{
border-color: #A4BD40;
}
</style>