Shades of Celery #A4B550
Tints of Celery #A4B550
RGB
CMYK
RGB Variations
Color information
#A4B550 (or 0xA4B550) is known color: Celery. HEX triplet: A4, B5 and 50. RGB value is (164,181,80). Sum of RGB (Red+Green+Blue) = 164+181+80=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B550 is #5B4AAF. Grayscale: #A4A4A4. Windows color (decimal): -5982896 or 5289380. OLE color: 5289380.
HSL color Cylindrical-coordinate representation of color #A4B550: hue angle of 70.1º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4B550 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 80 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.29 |
| HSL | 70.1º | 0.41% | 0.51% | - |
| HSV(B) | 70.1º | 0.56% | 0.71% | - |
| XYZ | 33.28 | 41.52 | 13.85 | - |
| YUV | 164.4 | 80.37 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 80 | 0.09 | 0 | 0.56 | 0.29 | 70.1 | 0.41 | 0.51 |
| Hex | A4 | B5 | 50 | 9 | 0 | 38 | 1D | 46 | 29 | 33 |
| Octal | 244 | 265 | 120 | 11 | 0 | 70 | 35 | 106 | 51 | 63 |
| Binary | 10100100 | 10110101 | 1010000 | 1001 | 0 | 111000 | 11101 | 1000110 | 101001 | 110011 |
Color Harmonies of #A4B550
Complementary color
Monochromatic Colors of #A4B550
Black with #A4B550
Text Example
Text Example
White with #A4B550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B550; }
p { color: rgb(164,181,80); }
H1.HeaderClassName
{
color: #A4B550;
}
.AnyTagClassName
{
color: #A4B550;
}
</style>
background-color css
<style>
a { background-color: #A4B550; }
a { background-color: rgb(164,181,80); }
div.DivClassName
{
background-color: #A4B550;
}
.BgClassName
{
background-color: #A4B550;
}
</style>
border-color css
<style>
span { border-color: #A4B550; }
span { border-color: rgb(164,181,80); }
td.TdClassName
{
border-color: #A4B550;
}
.TagClassName
{
border-color: #A4B550;
}
</style>