Shades of Celery #A0B341
Tints of Celery #A0B341
RGB
CMYK
RGB Variations
Color information
#A0B341 (or 0xA0B341) is known color: Celery. HEX triplet: A0, B3 and 41. RGB value is (160,179,65). Sum of RGB (Red+Green+Blue) = 160+179+65=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B341 is #5F4CBE. Grayscale: #A0A0A0. Windows color (decimal): -6245567 or 4305824. OLE color: 4305824.
HSL color Cylindrical-coordinate representation of color #A0B341: hue angle of 70º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0B341 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 65 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.30 |
| HSL | 70º | 0.47% | 0.48% | - |
| HSV(B) | 70º | 0.64% | 0.7% | - |
| XYZ | 31.57 | 40.1 | 11.08 | - |
| YUV | 160.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 65 | 0.11 | 0 | 0.64 | 0.30 | 70 | 0.47 | 0.48 |
| Hex | A0 | B3 | 41 | B | 0 | 40 | 1E | 46 | 2F | 30 |
| Octal | 240 | 263 | 101 | 13 | 0 | 100 | 36 | 106 | 57 | 60 |
| Binary | 10100000 | 10110011 | 1000001 | 1011 | 0 | 1000000 | 11110 | 1000110 | 101111 | 110000 |
Color Harmonies of #A0B341
Complementary color
Monochromatic Colors of #A0B341
Black with #A0B341
Text Example
Text Example
White with #A0B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B341; }
p { color: rgb(160,179,65); }
H1.HeaderClassName
{
color: #A0B341;
}
.AnyTagClassName
{
color: #A0B341;
}
</style>
background-color css
<style>
a { background-color: #A0B341; }
a { background-color: rgb(160,179,65); }
div.DivClassName
{
background-color: #A0B341;
}
.BgClassName
{
background-color: #A0B341;
}
</style>
border-color css
<style>
span { border-color: #A0B341; }
span { border-color: rgb(160,179,65); }
td.TdClassName
{
border-color: #A0B341;
}
.TagClassName
{
border-color: #A0B341;
}
</style>