Shades of Celery #A4B948
Tints of Celery #A4B948
RGB
CMYK
RGB Variations
Color information
#A4B948 (or 0xA4B948) is known color: Celery. HEX triplet: A4, B9 and 48. RGB value is (164,185,72). Sum of RGB (Red+Green+Blue) = 164+185+72=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B948 is #5B46B7. Grayscale: #A6A6A6. Windows color (decimal): -5981880 or 4766116. OLE color: 4766116.
HSL color Cylindrical-coordinate representation of color #A4B948: hue angle of 71.15º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4B948 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 72 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.27 |
| HSL | 71.15º | 0.45% | 0.5% | - |
| HSV(B) | 71.15º | 0.61% | 0.73% | - |
| XYZ | 33.83 | 43.06 | 12.66 | - |
| YUV | 165.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 72 | 0.11 | 0 | 0.61 | 0.27 | 71.15 | 0.45 | 0.5 |
| Hex | A4 | B9 | 48 | B | 0 | 3D | 1B | 47 | 2D | 32 |
| Octal | 244 | 271 | 110 | 13 | 0 | 75 | 33 | 107 | 55 | 62 |
| Binary | 10100100 | 10111001 | 1001000 | 1011 | 0 | 111101 | 11011 | 1000111 | 101101 | 110010 |
Color Harmonies of #A4B948
Complementary color
Monochromatic Colors of #A4B948
Black with #A4B948
Text Example
Text Example
White with #A4B948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B948; }
p { color: rgb(164,185,72); }
H1.HeaderClassName
{
color: #A4B948;
}
.AnyTagClassName
{
color: #A4B948;
}
</style>
background-color css
<style>
a { background-color: #A4B948; }
a { background-color: rgb(164,185,72); }
div.DivClassName
{
background-color: #A4B948;
}
.BgClassName
{
background-color: #A4B948;
}
</style>
border-color css
<style>
span { border-color: #A4B948; }
span { border-color: rgb(164,185,72); }
td.TdClassName
{
border-color: #A4B948;
}
.TagClassName
{
border-color: #A4B948;
}
</style>