Shades of Celery #A2B044
Tints of Celery #A2B044
RGB
CMYK
RGB Variations
Color information
#A2B044 (or 0xA2B044) is known color: Celery. HEX triplet: A2, B0 and 44. RGB value is (162,176,68). Sum of RGB (Red+Green+Blue) = 162+176+68=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B044 is #5D4FBB. Grayscale: #9F9F9F. Windows color (decimal): -6115260 or 4501666. OLE color: 4501666.
HSL color Cylindrical-coordinate representation of color #A2B044: hue angle of 67.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2B044 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 68 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.31 |
| HSL | 67.78º | 0.44% | 0.48% | - |
| HSV(B) | 67.78º | 0.61% | 0.69% | - |
| XYZ | 31.47 | 39.15 | 11.37 | - |
| YUV | 159.5 | 76.36 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 68 | 0.08 | 0 | 0.61 | 0.31 | 67.78 | 0.44 | 0.48 |
| Hex | A2 | B0 | 44 | 8 | 0 | 3D | 1F | 44 | 2C | 30 |
| Octal | 242 | 260 | 104 | 10 | 0 | 75 | 37 | 104 | 54 | 60 |
| Binary | 10100010 | 10110000 | 1000100 | 1000 | 0 | 111101 | 11111 | 1000100 | 101100 | 110000 |
Color Harmonies of #A2B044
Complementary color
Monochromatic Colors of #A2B044
Black with #A2B044
Text Example
Text Example
White with #A2B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B044; }
p { color: rgb(162,176,68); }
H1.HeaderClassName
{
color: #A2B044;
}
.AnyTagClassName
{
color: #A2B044;
}
</style>
background-color css
<style>
a { background-color: #A2B044; }
a { background-color: rgb(162,176,68); }
div.DivClassName
{
background-color: #A2B044;
}
.BgClassName
{
background-color: #A2B044;
}
</style>
border-color css
<style>
span { border-color: #A2B044; }
span { border-color: rgb(162,176,68); }
td.TdClassName
{
border-color: #A2B044;
}
.TagClassName
{
border-color: #A2B044;
}
</style>