Shades of Celery #A2B63C
Tints of Celery #A2B63C
RGB
CMYK
RGB Variations
Color information
#A2B63C (or 0xA2B63C) is known color: Celery. HEX triplet: A2, B6 and 3C. RGB value is (162,182,60). Sum of RGB (Red+Green+Blue) = 162+182+60=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B63C is #5D49C3. Grayscale: #A2A2A2. Windows color (decimal): -6113732 or 3978914. OLE color: 3978914.
HSL color Cylindrical-coordinate representation of color #A2B63C: hue angle of 69.84º 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 #A2B63C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 60 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.29 |
| HSL | 69.84º | 0.5% | 0.47% | - |
| HSV(B) | 69.84º | 0.67% | 0.71% | - |
| XYZ | 32.44 | 41.46 | 10.57 | - |
| YUV | 162.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 60 | 0.11 | 0 | 0.67 | 0.29 | 69.84 | 0.5 | 0.47 |
| Hex | A2 | B6 | 3C | B | 0 | 43 | 1D | 46 | 32 | 2F |
| Octal | 242 | 266 | 74 | 13 | 0 | 103 | 35 | 106 | 62 | 57 |
| Binary | 10100010 | 10110110 | 111100 | 1011 | 0 | 1000011 | 11101 | 1000110 | 110010 | 101111 |
Color Harmonies of #A2B63C
Complementary color
Monochromatic Colors of #A2B63C
Black with #A2B63C
Text Example
Text Example
White with #A2B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B63C; }
p { color: rgb(162,182,60); }
H1.HeaderClassName
{
color: #A2B63C;
}
.AnyTagClassName
{
color: #A2B63C;
}
</style>
background-color css
<style>
a { background-color: #A2B63C; }
a { background-color: rgb(162,182,60); }
div.DivClassName
{
background-color: #A2B63C;
}
.BgClassName
{
background-color: #A2B63C;
}
</style>
border-color css
<style>
span { border-color: #A2B63C; }
span { border-color: rgb(162,182,60); }
td.TdClassName
{
border-color: #A2B63C;
}
.TagClassName
{
border-color: #A2B63C;
}
</style>