Shades of Celery #A4B745
Tints of Celery #A4B745
RGB
CMYK
RGB Variations
Color information
#A4B745 (or 0xA4B745) is known color: Celery. HEX triplet: A4, B7 and 45. RGB value is (164,183,69). Sum of RGB (Red+Green+Blue) = 164+183+69=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B745 is #5B48BA. Grayscale: #A4A4A4. Windows color (decimal): -5982395 or 4568996. OLE color: 4568996.
HSL color Cylindrical-coordinate representation of color #A4B745: hue angle of 70º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4B745 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 69 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.28 |
| HSL | 70º | 0.45% | 0.49% | - |
| HSV(B) | 70º | 0.62% | 0.72% | - |
| XYZ | 33.32 | 42.19 | 12.02 | - |
| YUV | 164.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 69 | 0.10 | 0 | 0.62 | 0.28 | 70 | 0.45 | 0.49 |
| Hex | A4 | B7 | 45 | A | 0 | 3E | 1C | 46 | 2D | 31 |
| Octal | 244 | 267 | 105 | 12 | 0 | 76 | 34 | 106 | 55 | 61 |
| Binary | 10100100 | 10110111 | 1000101 | 1010 | 0 | 111110 | 11100 | 1000110 | 101101 | 110001 |
Color Harmonies of #A4B745
Complementary color
Monochromatic Colors of #A4B745
Black with #A4B745
Text Example
Text Example
White with #A4B745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B745; }
p { color: rgb(164,183,69); }
H1.HeaderClassName
{
color: #A4B745;
}
.AnyTagClassName
{
color: #A4B745;
}
</style>
background-color css
<style>
a { background-color: #A4B745; }
a { background-color: rgb(164,183,69); }
div.DivClassName
{
background-color: #A4B745;
}
.BgClassName
{
background-color: #A4B745;
}
</style>
border-color css
<style>
span { border-color: #A4B745; }
span { border-color: rgb(164,183,69); }
td.TdClassName
{
border-color: #A4B745;
}
.TagClassName
{
border-color: #A4B745;
}
</style>