Shades of Celery #A2B146
Tints of Celery #A2B146
RGB
CMYK
RGB Variations
Color information
#A2B146 (or 0xA2B146) is known color: Celery. HEX triplet: A2, B1 and 46. RGB value is (162,177,70). Sum of RGB (Red+Green+Blue) = 162+177+70=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B146 is #5D4EB9. Grayscale: #A0A0A0. Windows color (decimal): -6115002 or 4632994. OLE color: 4632994.
HSL color Cylindrical-coordinate representation of color #A2B146: hue angle of 68.41º 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 #A2B146 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 70 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.31 |
| HSL | 68.41º | 0.43% | 0.48% | - |
| HSV(B) | 68.41º | 0.6% | 0.69% | - |
| XYZ | 31.73 | 39.57 | 11.76 | - |
| YUV | 160.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 70 | 0.08 | 0 | 0.60 | 0.31 | 68.41 | 0.43 | 0.48 |
| Hex | A2 | B1 | 46 | 8 | 0 | 3C | 1F | 44 | 2B | 30 |
| Octal | 242 | 261 | 106 | 10 | 0 | 74 | 37 | 104 | 53 | 60 |
| Binary | 10100010 | 10110001 | 1000110 | 1000 | 0 | 111100 | 11111 | 1000100 | 101011 | 110000 |
Color Harmonies of #A2B146
Complementary color
Monochromatic Colors of #A2B146
Black with #A2B146
Text Example
Text Example
White with #A2B146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B146; }
p { color: rgb(162,177,70); }
H1.HeaderClassName
{
color: #A2B146;
}
.AnyTagClassName
{
color: #A2B146;
}
</style>
background-color css
<style>
a { background-color: #A2B146; }
a { background-color: rgb(162,177,70); }
div.DivClassName
{
background-color: #A2B146;
}
.BgClassName
{
background-color: #A2B146;
}
</style>
border-color css
<style>
span { border-color: #A2B146; }
span { border-color: rgb(162,177,70); }
td.TdClassName
{
border-color: #A2B146;
}
.TagClassName
{
border-color: #A2B146;
}
</style>