Shades of Celery #A0B444
Tints of Celery #A0B444
RGB
CMYK
RGB Variations
Color information
#A0B444 (or 0xA0B444) is known color: Celery. HEX triplet: A0, B4 and 44. RGB value is (160,180,68). Sum of RGB (Red+Green+Blue) = 160+180+68=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B444 is #5F4BBB. Grayscale: #A1A1A1. Windows color (decimal): -6245308 or 4502688. OLE color: 4502688.
HSL color Cylindrical-coordinate representation of color #A0B444: hue angle of 70.71º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0B444 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 180 | 68 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.29 |
| HSL | 70.71º | 0.45% | 0.49% | - |
| HSV(B) | 70.71º | 0.62% | 0.71% | - |
| XYZ | 31.86 | 40.53 | 11.61 | - |
| YUV | 161.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 68 | 0.11 | 0 | 0.62 | 0.29 | 70.71 | 0.45 | 0.49 |
| Hex | A0 | B4 | 44 | B | 0 | 3E | 1D | 47 | 2D | 31 |
| Octal | 240 | 264 | 104 | 13 | 0 | 76 | 35 | 107 | 55 | 61 |
| Binary | 10100000 | 10110100 | 1000100 | 1011 | 0 | 111110 | 11101 | 1000111 | 101101 | 110001 |
Color Harmonies of #A0B444
Complementary color
Monochromatic Colors of #A0B444
Black with #A0B444
Text Example
Text Example
White with #A0B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B444; }
p { color: rgb(160,180,68); }
H1.HeaderClassName
{
color: #A0B444;
}
.AnyTagClassName
{
color: #A0B444;
}
</style>
background-color css
<style>
a { background-color: #A0B444; }
a { background-color: rgb(160,180,68); }
div.DivClassName
{
background-color: #A0B444;
}
.BgClassName
{
background-color: #A0B444;
}
</style>
border-color css
<style>
span { border-color: #A0B444; }
span { border-color: rgb(160,180,68); }
td.TdClassName
{
border-color: #A0B444;
}
.TagClassName
{
border-color: #A0B444;
}
</style>