Shades of Celery #A4BE4D
Tints of Celery #A4BE4D
RGB
CMYK
RGB Variations
Color information
#A4BE4D (or 0xA4BE4D) is known color: Celery. HEX triplet: A4, BE and 4D. RGB value is (164,190,77). Sum of RGB (Red+Green+Blue) = 164+190+77=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BE4D is #5B41B2. Grayscale: #A9A9A9. Windows color (decimal): -5980595 or 5095076. OLE color: 5095076.
HSL color Cylindrical-coordinate representation of color #A4BE4D: hue angle of 73.81º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4BE4D is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 190 | 77 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.25 |
| HSL | 73.81º | 0.47% | 0.52% | - |
| HSV(B) | 73.81º | 0.59% | 0.75% | - |
| XYZ | 35.06 | 45.26 | 13.91 | - |
| YUV | 169.34 | 75.89 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 77 | 0.14 | 0 | 0.59 | 0.25 | 73.81 | 0.47 | 0.52 |
| Hex | A4 | BE | 4D | E | 0 | 3B | 19 | 4A | 2F | 34 |
| Octal | 244 | 276 | 115 | 16 | 0 | 73 | 31 | 112 | 57 | 64 |
| Binary | 10100100 | 10111110 | 1001101 | 1110 | 0 | 111011 | 11001 | 1001010 | 101111 | 110100 |
Color Harmonies of #A4BE4D
Complementary color
Monochromatic Colors of #A4BE4D
Black with #A4BE4D
Text Example
Text Example
White with #A4BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BE4D; }
p { color: rgb(164,190,77); }
H1.HeaderClassName
{
color: #A4BE4D;
}
.AnyTagClassName
{
color: #A4BE4D;
}
</style>
background-color css
<style>
a { background-color: #A4BE4D; }
a { background-color: rgb(164,190,77); }
div.DivClassName
{
background-color: #A4BE4D;
}
.BgClassName
{
background-color: #A4BE4D;
}
</style>
border-color css
<style>
span { border-color: #A4BE4D; }
span { border-color: rgb(164,190,77); }
td.TdClassName
{
border-color: #A4BE4D;
}
.TagClassName
{
border-color: #A4BE4D;
}
</style>