Shades of Celery #A4BE52
Tints of Celery #A4BE52
RGB
CMYK
RGB Variations
Color information
#A4BE52 (or 0xA4BE52) is known color: Celery. HEX triplet: A4, BE and 52. RGB value is (164,190,82). Sum of RGB (Red+Green+Blue) = 164+190+82=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BE52 is #5B41AD. Grayscale: #AAAAAA. Windows color (decimal): -5980590 or 5422756. OLE color: 5422756.
HSL color Cylindrical-coordinate representation of color #A4BE52: hue angle of 74.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4BE52 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 190 | 82 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.25 |
| HSL | 74.44º | 0.45% | 0.53% | - |
| HSV(B) | 74.44º | 0.57% | 0.75% | - |
| XYZ | 35.25 | 45.33 | 14.87 | - |
| YUV | 169.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 82 | 0.14 | 0 | 0.57 | 0.25 | 74.44 | 0.45 | 0.53 |
| Hex | A4 | BE | 52 | E | 0 | 39 | 19 | 4A | 2D | 35 |
| Octal | 244 | 276 | 122 | 16 | 0 | 71 | 31 | 112 | 55 | 65 |
| Binary | 10100100 | 10111110 | 1010010 | 1110 | 0 | 111001 | 11001 | 1001010 | 101101 | 110101 |
Color Harmonies of #A4BE52
Complementary color
Monochromatic Colors of #A4BE52
Black with #A4BE52
Text Example
Text Example
White with #A4BE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BE52; }
p { color: rgb(164,190,82); }
H1.HeaderClassName
{
color: #A4BE52;
}
.AnyTagClassName
{
color: #A4BE52;
}
</style>
background-color css
<style>
a { background-color: #A4BE52; }
a { background-color: rgb(164,190,82); }
div.DivClassName
{
background-color: #A4BE52;
}
.BgClassName
{
background-color: #A4BE52;
}
</style>
border-color css
<style>
span { border-color: #A4BE52; }
span { border-color: rgb(164,190,82); }
td.TdClassName
{
border-color: #A4BE52;
}
.TagClassName
{
border-color: #A4BE52;
}
</style>