Shades of Celery #A4BF5A
Tints of Celery #A4BF5A
RGB
CMYK
RGB Variations
Color information
#A4BF5A (or 0xA4BF5A) is known color: Celery. HEX triplet: A4, BF and 5A. RGB value is (164,191,90). Sum of RGB (Red+Green+Blue) = 164+191+90=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF5A is #5B40A5. Grayscale: #ABABAB. Windows color (decimal): -5980326 or 5947300. OLE color: 5947300.
HSL color Cylindrical-coordinate representation of color #A4BF5A: hue angle of 76.04º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4BF5A is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 191 | 90 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.25 |
| HSL | 76.04º | 0.44% | 0.55% | - |
| HSV(B) | 76.04º | 0.53% | 0.75% | - |
| XYZ | 35.79 | 45.89 | 16.64 | - |
| YUV | 171.41 | 82.05 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 90 | 0.14 | 0 | 0.53 | 0.25 | 76.04 | 0.44 | 0.55 |
| Hex | A4 | BF | 5A | E | 0 | 35 | 19 | 4C | 2C | 37 |
| Octal | 244 | 277 | 132 | 16 | 0 | 65 | 31 | 114 | 54 | 67 |
| Binary | 10100100 | 10111111 | 1011010 | 1110 | 0 | 110101 | 11001 | 1001100 | 101100 | 110111 |
Color Harmonies of #A4BF5A
Complementary color
Monochromatic Colors of #A4BF5A
Black with #A4BF5A
Text Example
Text Example
White with #A4BF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BF5A; }
p { color: rgb(164,191,90); }
H1.HeaderClassName
{
color: #A4BF5A;
}
.AnyTagClassName
{
color: #A4BF5A;
}
</style>
background-color css
<style>
a { background-color: #A4BF5A; }
a { background-color: rgb(164,191,90); }
div.DivClassName
{
background-color: #A4BF5A;
}
.BgClassName
{
background-color: #A4BF5A;
}
</style>
border-color css
<style>
span { border-color: #A4BF5A; }
span { border-color: rgb(164,191,90); }
td.TdClassName
{
border-color: #A4BF5A;
}
.TagClassName
{
border-color: #A4BF5A;
}
</style>