Shades of Celery #A2B43C
Tints of Celery #A2B43C
RGB
CMYK
RGB Variations
Color information
#A2B43C (or 0xA2B43C) is known color: Celery. HEX triplet: A2, B4 and 3C. RGB value is (162,180,60). Sum of RGB (Red+Green+Blue) = 162+180+60=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B43C is #5D4BC3. Grayscale: #A1A1A1. Windows color (decimal): -6114244 or 3978402. OLE color: 3978402.
HSL color Cylindrical-coordinate representation of color #A2B43C: hue angle of 69º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2B43C is Cyan = 0.1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 60 | - |
| CMYK | 0.1 | 0 | 0.67 | 0.29 |
| HSL | 69º | 0.5% | 0.47% | - |
| HSV(B) | 69º | 0.67% | 0.71% | - |
| XYZ | 32.04 | 40.65 | 10.43 | - |
| YUV | 160.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 60 | 0.1 | 0 | 0.67 | 0.29 | 69 | 0.5 | 0.47 |
| Hex | A2 | B4 | 3C | A | 0 | 43 | 1D | 45 | 32 | 2F |
| Octal | 242 | 264 | 74 | 12 | 0 | 103 | 35 | 105 | 62 | 57 |
| Binary | 10100010 | 10110100 | 111100 | 1010 | 0 | 1000011 | 11101 | 1000101 | 110010 | 101111 |
Color Harmonies of #A2B43C
Complementary color
Monochromatic Colors of #A2B43C
Black with #A2B43C
Text Example
Text Example
White with #A2B43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B43C; }
p { color: rgb(162,180,60); }
H1.HeaderClassName
{
color: #A2B43C;
}
.AnyTagClassName
{
color: #A2B43C;
}
</style>
background-color css
<style>
a { background-color: #A2B43C; }
a { background-color: rgb(162,180,60); }
div.DivClassName
{
background-color: #A2B43C;
}
.BgClassName
{
background-color: #A2B43C;
}
</style>
border-color css
<style>
span { border-color: #A2B43C; }
span { border-color: rgb(162,180,60); }
td.TdClassName
{
border-color: #A2B43C;
}
.TagClassName
{
border-color: #A2B43C;
}
</style>