Shades of Celery #A0B543
Tints of Celery #A0B543
RGB
CMYK
RGB Variations
Color information
#A0B543 (or 0xA0B543) is known color: Celery. HEX triplet: A0, B5 and 43. RGB value is (160,181,67). Sum of RGB (Red+Green+Blue) = 160+181+67=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B543 is #5F4ABC. Grayscale: #A2A2A2. Windows color (decimal): -6245053 or 4437408. OLE color: 4437408.
HSL color Cylindrical-coordinate representation of color #A0B543: hue angle of 71.05º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0B543 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 67 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.29 |
| HSL | 71.05º | 0.46% | 0.49% | - |
| HSV(B) | 71.05º | 0.63% | 0.71% | - |
| XYZ | 32.03 | 40.93 | 11.52 | - |
| YUV | 161.73 | 74.54 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 67 | 0.12 | 0 | 0.63 | 0.29 | 71.05 | 0.46 | 0.49 |
| Hex | A0 | B5 | 43 | C | 0 | 3F | 1D | 47 | 2E | 31 |
| Octal | 240 | 265 | 103 | 14 | 0 | 77 | 35 | 107 | 56 | 61 |
| Binary | 10100000 | 10110101 | 1000011 | 1100 | 0 | 111111 | 11101 | 1000111 | 101110 | 110001 |
Color Harmonies of #A0B543
Complementary color
Monochromatic Colors of #A0B543
Black with #A0B543
Text Example
Text Example
White with #A0B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B543; }
p { color: rgb(160,181,67); }
H1.HeaderClassName
{
color: #A0B543;
}
.AnyTagClassName
{
color: #A0B543;
}
</style>
background-color css
<style>
a { background-color: #A0B543; }
a { background-color: rgb(160,181,67); }
div.DivClassName
{
background-color: #A0B543;
}
.BgClassName
{
background-color: #A0B543;
}
</style>
border-color css
<style>
span { border-color: #A0B543; }
span { border-color: rgb(160,181,67); }
td.TdClassName
{
border-color: #A0B543;
}
.TagClassName
{
border-color: #A0B543;
}
</style>