Shades of Celery #A4BF40
Tints of Celery #A4BF40
RGB
CMYK
RGB Variations
Color information
#A4BF40 (or 0xA4BF40) is known color: Celery. HEX triplet: A4, BF and 40. RGB value is (164,191,64). Sum of RGB (Red+Green+Blue) = 164+191+64=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BF40 is #5B40BF. Grayscale: #A8A8A8. Windows color (decimal): -5980352 or 4243364. OLE color: 4243364.
HSL color Cylindrical-coordinate representation of color #A4BF40: hue angle of 72.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4BF40 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 191 | 64 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.25 |
| HSL | 72.76º | 0.5% | 0.5% | - |
| HSV(B) | 72.76º | 0.66% | 0.75% | - |
| XYZ | 34.87 | 45.52 | 11.8 | - |
| YUV | 168.45 | 69.05 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 64 | 0.14 | 0 | 0.66 | 0.25 | 72.76 | 0.5 | 0.5 |
| Hex | A4 | BF | 40 | E | 0 | 42 | 19 | 49 | 32 | 32 |
| Octal | 244 | 277 | 100 | 16 | 0 | 102 | 31 | 111 | 62 | 62 |
| Binary | 10100100 | 10111111 | 1000000 | 1110 | 0 | 1000010 | 11001 | 1001001 | 110010 | 110010 |
Color Harmonies of #A4BF40
Complementary color
Monochromatic Colors of #A4BF40
Black with #A4BF40
Text Example
Text Example
White with #A4BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BF40; }
p { color: rgb(164,191,64); }
H1.HeaderClassName
{
color: #A4BF40;
}
.AnyTagClassName
{
color: #A4BF40;
}
</style>
background-color css
<style>
a { background-color: #A4BF40; }
a { background-color: rgb(164,191,64); }
div.DivClassName
{
background-color: #A4BF40;
}
.BgClassName
{
background-color: #A4BF40;
}
</style>
border-color css
<style>
span { border-color: #A4BF40; }
span { border-color: rgb(164,191,64); }
td.TdClassName
{
border-color: #A4BF40;
}
.TagClassName
{
border-color: #A4BF40;
}
</style>