Shades of Celery #A0B744
Tints of Celery #A0B744
RGB
CMYK
RGB Variations
Color information
#A0B744 (or 0xA0B744) is known color: Celery. HEX triplet: A0, B7 and 44. RGB value is (160,183,68). Sum of RGB (Red+Green+Blue) = 160+183+68=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B744 is #5F48BB. Grayscale: #A3A3A3. Windows color (decimal): -6244540 or 4503456. OLE color: 4503456.
HSL color Cylindrical-coordinate representation of color #A0B744: hue angle of 72º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0B744 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 68 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.28 |
| HSL | 72º | 0.46% | 0.49% | - |
| HSV(B) | 72º | 0.63% | 0.72% | - |
| XYZ | 32.47 | 41.76 | 11.82 | - |
| YUV | 163.01 | 74.38 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 68 | 0.13 | 0 | 0.63 | 0.28 | 72 | 0.46 | 0.49 |
| Hex | A0 | B7 | 44 | D | 0 | 3F | 1C | 48 | 2E | 31 |
| Octal | 240 | 267 | 104 | 15 | 0 | 77 | 34 | 110 | 56 | 61 |
| Binary | 10100000 | 10110111 | 1000100 | 1101 | 0 | 111111 | 11100 | 1001000 | 101110 | 110001 |
Color Harmonies of #A0B744
Complementary color
Monochromatic Colors of #A0B744
Black with #A0B744
Text Example
Text Example
White with #A0B744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B744; }
p { color: rgb(160,183,68); }
H1.HeaderClassName
{
color: #A0B744;
}
.AnyTagClassName
{
color: #A0B744;
}
</style>
background-color css
<style>
a { background-color: #A0B744; }
a { background-color: rgb(160,183,68); }
div.DivClassName
{
background-color: #A0B744;
}
.BgClassName
{
background-color: #A0B744;
}
</style>
border-color css
<style>
span { border-color: #A0B744; }
span { border-color: rgb(160,183,68); }
td.TdClassName
{
border-color: #A0B744;
}
.TagClassName
{
border-color: #A0B744;
}
</style>