Shades of Celery #A0B743
Tints of Celery #A0B743
RGB
CMYK
RGB Variations
Color information
#A0B743 (or 0xA0B743) is known color: Celery. HEX triplet: A0, B7 and 43. RGB value is (160,183,67). Sum of RGB (Red+Green+Blue) = 160+183+67=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B743 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B743 is #5F48BC. Grayscale: #A3A3A3. Windows color (decimal): -6244541 or 4437920. OLE color: 4437920.
HSL color Cylindrical-coordinate representation of color #A0B743: hue angle of 71.9º 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 #A0B743 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 67 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.28 |
| HSL | 71.9º | 0.46% | 0.49% | - |
| HSV(B) | 71.9º | 0.63% | 0.72% | - |
| XYZ | 32.44 | 41.75 | 11.66 | - |
| YUV | 162.9 | 73.88 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 67 | 0.13 | 0 | 0.63 | 0.28 | 71.9 | 0.46 | 0.49 |
| Hex | A0 | B7 | 43 | D | 0 | 3F | 1C | 48 | 2E | 31 |
| Octal | 240 | 267 | 103 | 15 | 0 | 77 | 34 | 110 | 56 | 61 |
| Binary | 10100000 | 10110111 | 1000011 | 1101 | 0 | 111111 | 11100 | 1001000 | 101110 | 110001 |
Color Harmonies of #A0B743
Complementary color
Monochromatic Colors of #A0B743
Black with #A0B743
Text Example
Text Example
White with #A0B743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B743; }
p { color: rgb(160,183,67); }
H1.HeaderClassName
{
color: #A0B743;
}
.AnyTagClassName
{
color: #A0B743;
}
</style>
background-color css
<style>
a { background-color: #A0B743; }
a { background-color: rgb(160,183,67); }
div.DivClassName
{
background-color: #A0B743;
}
.BgClassName
{
background-color: #A0B743;
}
</style>
border-color css
<style>
span { border-color: #A0B743; }
span { border-color: rgb(160,183,67); }
td.TdClassName
{
border-color: #A0B743;
}
.TagClassName
{
border-color: #A0B743;
}
</style>