Shades of Celery #A0B146
Tints of Celery #A0B146
RGB
CMYK
RGB Variations
Color information
#A0B146 (or 0xA0B146) is known color: Celery. HEX triplet: A0, B1 and 46. RGB value is (160,177,70). Sum of RGB (Red+Green+Blue) = 160+177+70=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B146 is #5F4EB9. Grayscale: #A0A0A0. Windows color (decimal): -6246074 or 4632992. OLE color: 4632992.
HSL color Cylindrical-coordinate representation of color #A0B146: hue angle of 69.53º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0B146 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 70 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.31 |
| HSL | 69.53º | 0.43% | 0.48% | - |
| HSV(B) | 69.53º | 0.6% | 0.69% | - |
| XYZ | 31.32 | 39.36 | 11.74 | - |
| YUV | 159.72 | 77.37 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 70 | 0.10 | 0 | 0.60 | 0.31 | 69.53 | 0.43 | 0.48 |
| Hex | A0 | B1 | 46 | A | 0 | 3C | 1F | 46 | 2B | 30 |
| Octal | 240 | 261 | 106 | 12 | 0 | 74 | 37 | 106 | 53 | 60 |
| Binary | 10100000 | 10110001 | 1000110 | 1010 | 0 | 111100 | 11111 | 1000110 | 101011 | 110000 |
Color Harmonies of #A0B146
Complementary color
Monochromatic Colors of #A0B146
Black with #A0B146
Text Example
Text Example
White with #A0B146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B146; }
p { color: rgb(160,177,70); }
H1.HeaderClassName
{
color: #A0B146;
}
.AnyTagClassName
{
color: #A0B146;
}
</style>
background-color css
<style>
a { background-color: #A0B146; }
a { background-color: rgb(160,177,70); }
div.DivClassName
{
background-color: #A0B146;
}
.BgClassName
{
background-color: #A0B146;
}
</style>
border-color css
<style>
span { border-color: #A0B146; }
span { border-color: rgb(160,177,70); }
td.TdClassName
{
border-color: #A0B146;
}
.TagClassName
{
border-color: #A0B146;
}
</style>