Shades of Celery #A4B74F
Tints of Celery #A4B74F
RGB
CMYK
RGB Variations
Color information
#A4B74F (or 0xA4B74F) is known color: Celery. HEX triplet: A4, B7 and 4F. RGB value is (164,183,79). Sum of RGB (Red+Green+Blue) = 164+183+79=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B74F is #5B48B0. Grayscale: #A5A5A5. Windows color (decimal): -5982385 or 5224356. OLE color: 5224356.
HSL color Cylindrical-coordinate representation of color #A4B74F: hue angle of 70.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4B74F is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 79 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.28 |
| HSL | 70.96º | 0.42% | 0.51% | - |
| HSV(B) | 70.96º | 0.57% | 0.72% | - |
| XYZ | 33.65 | 42.32 | 13.79 | - |
| YUV | 165.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 79 | 0.10 | 0 | 0.57 | 0.28 | 70.96 | 0.42 | 0.51 |
| Hex | A4 | B7 | 4F | A | 0 | 39 | 1C | 47 | 2A | 33 |
| Octal | 244 | 267 | 117 | 12 | 0 | 71 | 34 | 107 | 52 | 63 |
| Binary | 10100100 | 10110111 | 1001111 | 1010 | 0 | 111001 | 11100 | 1000111 | 101010 | 110011 |
Color Harmonies of #A4B74F
Complementary color
Monochromatic Colors of #A4B74F
Black with #A4B74F
Text Example
Text Example
White with #A4B74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B74F; }
p { color: rgb(164,183,79); }
H1.HeaderClassName
{
color: #A4B74F;
}
.AnyTagClassName
{
color: #A4B74F;
}
</style>
background-color css
<style>
a { background-color: #A4B74F; }
a { background-color: rgb(164,183,79); }
div.DivClassName
{
background-color: #A4B74F;
}
.BgClassName
{
background-color: #A4B74F;
}
</style>
border-color css
<style>
span { border-color: #A4B74F; }
span { border-color: rgb(164,183,79); }
td.TdClassName
{
border-color: #A4B74F;
}
.TagClassName
{
border-color: #A4B74F;
}
</style>