Shades of Celery #A4B14B
Tints of Celery #A4B14B
RGB
CMYK
RGB Variations
Color information
#A4B14B (or 0xA4B14B) is known color: Celery. HEX triplet: A4, B1 and 4B. RGB value is (164,177,75). Sum of RGB (Red+Green+Blue) = 164+177+75=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4B14B is #5B4EB4. Grayscale: #A1A1A1. Windows color (decimal): -5983925 or 4960676. OLE color: 4960676.
HSL color Cylindrical-coordinate representation of color #A4B14B: hue angle of 67.65º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4B14B is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 75 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.31 |
| HSL | 67.65º | 0.4% | 0.49% | - |
| HSV(B) | 67.65º | 0.58% | 0.69% | - |
| XYZ | 32.3 | 39.84 | 12.64 | - |
| YUV | 161.49 | 79.19 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 75 | 0.07 | 0 | 0.58 | 0.31 | 67.65 | 0.4 | 0.49 |
| Hex | A4 | B1 | 4B | 7 | 0 | 3A | 1F | 44 | 28 | 31 |
| Octal | 244 | 261 | 113 | 7 | 0 | 72 | 37 | 104 | 50 | 61 |
| Binary | 10100100 | 10110001 | 1001011 | 111 | 0 | 111010 | 11111 | 1000100 | 101000 | 110001 |
Color Harmonies of #A4B14B
Complementary color
Monochromatic Colors of #A4B14B
Black with #A4B14B
Text Example
Text Example
White with #A4B14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B14B; }
p { color: rgb(164,177,75); }
H1.HeaderClassName
{
color: #A4B14B;
}
.AnyTagClassName
{
color: #A4B14B;
}
</style>
background-color css
<style>
a { background-color: #A4B14B; }
a { background-color: rgb(164,177,75); }
div.DivClassName
{
background-color: #A4B14B;
}
.BgClassName
{
background-color: #A4B14B;
}
</style>
border-color css
<style>
span { border-color: #A4B14B; }
span { border-color: rgb(164,177,75); }
td.TdClassName
{
border-color: #A4B14B;
}
.TagClassName
{
border-color: #A4B14B;
}
</style>