Shades of Celery #A4B14E
Tints of Celery #A4B14E
RGB
CMYK
RGB Variations
Color information
#A4B14E (or 0xA4B14E) is known color: Celery. HEX triplet: A4, B1 and 4E. RGB value is (164,177,78). Sum of RGB (Red+Green+Blue) = 164+177+78=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B14E is #5B4EB1. Grayscale: #A2A2A2. Windows color (decimal): -5983922 or 5157284. OLE color: 5157284.
HSL color Cylindrical-coordinate representation of color #A4B14E: hue angle of 67.88º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4B14E is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 78 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.31 |
| HSL | 67.88º | 0.39% | 0.5% | - |
| HSV(B) | 67.88º | 0.56% | 0.69% | - |
| XYZ | 32.41 | 39.89 | 13.2 | - |
| YUV | 161.83 | 80.69 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 78 | 0.07 | 0 | 0.56 | 0.31 | 67.88 | 0.39 | 0.5 |
| Hex | A4 | B1 | 4E | 7 | 0 | 38 | 1F | 44 | 27 | 32 |
| Octal | 244 | 261 | 116 | 7 | 0 | 70 | 37 | 104 | 47 | 62 |
| Binary | 10100100 | 10110001 | 1001110 | 111 | 0 | 111000 | 11111 | 1000100 | 100111 | 110010 |
Color Harmonies of #A4B14E
Complementary color
Monochromatic Colors of #A4B14E
Black with #A4B14E
Text Example
Text Example
White with #A4B14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B14E; }
p { color: rgb(164,177,78); }
H1.HeaderClassName
{
color: #A4B14E;
}
.AnyTagClassName
{
color: #A4B14E;
}
</style>
background-color css
<style>
a { background-color: #A4B14E; }
a { background-color: rgb(164,177,78); }
div.DivClassName
{
background-color: #A4B14E;
}
.BgClassName
{
background-color: #A4B14E;
}
</style>
border-color css
<style>
span { border-color: #A4B14E; }
span { border-color: rgb(164,177,78); }
td.TdClassName
{
border-color: #A4B14E;
}
.TagClassName
{
border-color: #A4B14E;
}
</style>