Shades of Celery #A0B545
Tints of Celery #A0B545
RGB
CMYK
RGB Variations
Color information
#A0B545 (or 0xA0B545) is known color: Celery. HEX triplet: A0, B5 and 45. RGB value is (160,181,69). Sum of RGB (Red+Green+Blue) = 160+181+69=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B545 is #5F4ABA. Grayscale: #A2A2A2. Windows color (decimal): -6245051 or 4568480. OLE color: 4568480.
HSL color Cylindrical-coordinate representation of color #A0B545: hue angle of 71.25º 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 #A0B545 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 69 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.29 |
| HSL | 71.25º | 0.45% | 0.49% | - |
| HSV(B) | 71.25º | 0.62% | 0.71% | - |
| XYZ | 32.1 | 40.95 | 11.84 | - |
| YUV | 161.95 | 75.54 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 69 | 0.12 | 0 | 0.62 | 0.29 | 71.25 | 0.45 | 0.49 |
| Hex | A0 | B5 | 45 | C | 0 | 3E | 1D | 47 | 2D | 31 |
| Octal | 240 | 265 | 105 | 14 | 0 | 76 | 35 | 107 | 55 | 61 |
| Binary | 10100000 | 10110101 | 1000101 | 1100 | 0 | 111110 | 11101 | 1000111 | 101101 | 110001 |
Color Harmonies of #A0B545
Complementary color
Monochromatic Colors of #A0B545
Black with #A0B545
Text Example
Text Example
White with #A0B545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B545; }
p { color: rgb(160,181,69); }
H1.HeaderClassName
{
color: #A0B545;
}
.AnyTagClassName
{
color: #A0B545;
}
</style>
background-color css
<style>
a { background-color: #A0B545; }
a { background-color: rgb(160,181,69); }
div.DivClassName
{
background-color: #A0B545;
}
.BgClassName
{
background-color: #A0B545;
}
</style>
border-color css
<style>
span { border-color: #A0B545; }
span { border-color: rgb(160,181,69); }
td.TdClassName
{
border-color: #A0B545;
}
.TagClassName
{
border-color: #A0B545;
}
</style>