Shades of Celery #A2B84F
Tints of Celery #A2B84F
RGB
CMYK
RGB Variations
Color information
#A2B84F (or 0xA2B84F) is known color: Celery. HEX triplet: A2, B8 and 4F. RGB value is (162,184,79). Sum of RGB (Red+Green+Blue) = 162+184+79=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B84F is #5D47B0. Grayscale: #A5A5A5. Windows color (decimal): -6113201 or 5224610. OLE color: 5224610.
HSL color Cylindrical-coordinate representation of color #A2B84F: hue angle of 72.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2B84F is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 79 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.28 |
| HSL | 72.57º | 0.43% | 0.52% | - |
| HSV(B) | 72.57º | 0.57% | 0.72% | - |
| XYZ | 33.45 | 42.53 | 13.84 | - |
| YUV | 165.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 79 | 0.12 | 0 | 0.57 | 0.28 | 72.57 | 0.43 | 0.52 |
| Hex | A2 | B8 | 4F | C | 0 | 39 | 1C | 49 | 2B | 34 |
| Octal | 242 | 270 | 117 | 14 | 0 | 71 | 34 | 111 | 53 | 64 |
| Binary | 10100010 | 10111000 | 1001111 | 1100 | 0 | 111001 | 11100 | 1001001 | 101011 | 110100 |
Color Harmonies of #A2B84F
Complementary color
Monochromatic Colors of #A2B84F
Black with #A2B84F
Text Example
Text Example
White with #A2B84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B84F; }
p { color: rgb(162,184,79); }
H1.HeaderClassName
{
color: #A2B84F;
}
.AnyTagClassName
{
color: #A2B84F;
}
</style>
background-color css
<style>
a { background-color: #A2B84F; }
a { background-color: rgb(162,184,79); }
div.DivClassName
{
background-color: #A2B84F;
}
.BgClassName
{
background-color: #A2B84F;
}
</style>
border-color css
<style>
span { border-color: #A2B84F; }
span { border-color: rgb(162,184,79); }
td.TdClassName
{
border-color: #A2B84F;
}
.TagClassName
{
border-color: #A2B84F;
}
</style>