Shades of Celery #A4B945
Tints of Celery #A4B945
RGB
CMYK
RGB Variations
Color information
#A4B945 (or 0xA4B945) is known color: Celery. HEX triplet: A4, B9 and 45. RGB value is (164,185,69). Sum of RGB (Red+Green+Blue) = 164+185+69=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B945 is #5B46BA. Grayscale: #A5A5A5. Windows color (decimal): -5981883 or 4569508. OLE color: 4569508.
HSL color Cylindrical-coordinate representation of color #A4B945: hue angle of 70.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4B945 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 69 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.27 |
| HSL | 70.86º | 0.46% | 0.5% | - |
| HSV(B) | 70.86º | 0.63% | 0.73% | - |
| XYZ | 33.73 | 43.02 | 12.16 | - |
| YUV | 165.5 | 73.54 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 69 | 0.11 | 0 | 0.63 | 0.27 | 70.86 | 0.46 | 0.5 |
| Hex | A4 | B9 | 45 | B | 0 | 3F | 1B | 47 | 2E | 32 |
| Octal | 244 | 271 | 105 | 13 | 0 | 77 | 33 | 107 | 56 | 62 |
| Binary | 10100100 | 10111001 | 1000101 | 1011 | 0 | 111111 | 11011 | 1000111 | 101110 | 110010 |
Color Harmonies of #A4B945
Complementary color
Monochromatic Colors of #A4B945
Black with #A4B945
Text Example
Text Example
White with #A4B945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B945; }
p { color: rgb(164,185,69); }
H1.HeaderClassName
{
color: #A4B945;
}
.AnyTagClassName
{
color: #A4B945;
}
</style>
background-color css
<style>
a { background-color: #A4B945; }
a { background-color: rgb(164,185,69); }
div.DivClassName
{
background-color: #A4B945;
}
.BgClassName
{
background-color: #A4B945;
}
</style>
border-color css
<style>
span { border-color: #A4B945; }
span { border-color: rgb(164,185,69); }
td.TdClassName
{
border-color: #A4B945;
}
.TagClassName
{
border-color: #A4B945;
}
</style>