Shades of Celery #A2B047
Tints of Celery #A2B047
RGB
CMYK
RGB Variations
Color information
#A2B047 (or 0xA2B047) is known color: Celery. HEX triplet: A2, B0 and 47. RGB value is (162,176,71). Sum of RGB (Red+Green+Blue) = 162+176+71=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B047 is #5D4FB8. Grayscale: #A0A0A0. Windows color (decimal): -6115257 or 4698274. OLE color: 4698274.
HSL color Cylindrical-coordinate representation of color #A2B047: hue angle of 68º 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 #A2B047 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 71 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.31 |
| HSL | 68º | 0.43% | 0.48% | - |
| HSV(B) | 68º | 0.6% | 0.69% | - |
| XYZ | 31.56 | 39.19 | 11.86 | - |
| YUV | 159.84 | 77.86 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 71 | 0.08 | 0 | 0.60 | 0.31 | 68 | 0.43 | 0.48 |
| Hex | A2 | B0 | 47 | 8 | 0 | 3C | 1F | 44 | 2B | 30 |
| Octal | 242 | 260 | 107 | 10 | 0 | 74 | 37 | 104 | 53 | 60 |
| Binary | 10100010 | 10110000 | 1000111 | 1000 | 0 | 111100 | 11111 | 1000100 | 101011 | 110000 |
Color Harmonies of #A2B047
Complementary color
Monochromatic Colors of #A2B047
Black with #A2B047
Text Example
Text Example
White with #A2B047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B047; }
p { color: rgb(162,176,71); }
H1.HeaderClassName
{
color: #A2B047;
}
.AnyTagClassName
{
color: #A2B047;
}
</style>
background-color css
<style>
a { background-color: #A2B047; }
a { background-color: rgb(162,176,71); }
div.DivClassName
{
background-color: #A2B047;
}
.BgClassName
{
background-color: #A2B047;
}
</style>
border-color css
<style>
span { border-color: #A2B047; }
span { border-color: rgb(162,176,71); }
td.TdClassName
{
border-color: #A2B047;
}
.TagClassName
{
border-color: #A2B047;
}
</style>