Shades of Celery #A2B63A
Tints of Celery #A2B63A
RGB
CMYK
RGB Variations
Color information
#A2B63A (or 0xA2B63A) is known color: Celery. HEX triplet: A2, B6 and 3A. RGB value is (162,182,58). Sum of RGB (Red+Green+Blue) = 162+182+58=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B63A is #5D49C5. Grayscale: #A2A2A2. Windows color (decimal): -6113734 or 3847842. OLE color: 3847842.
HSL color Cylindrical-coordinate representation of color #A2B63A: hue angle of 69.68º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2B63A is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 58 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.29 |
| HSL | 69.68º | 0.52% | 0.47% | - |
| HSV(B) | 69.68º | 0.68% | 0.71% | - |
| XYZ | 32.39 | 41.44 | 10.3 | - |
| YUV | 161.88 | 69.37 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 58 | 0.11 | 0 | 0.68 | 0.29 | 69.68 | 0.52 | 0.47 |
| Hex | A2 | B6 | 3A | B | 0 | 44 | 1D | 46 | 34 | 2F |
| Octal | 242 | 266 | 72 | 13 | 0 | 104 | 35 | 106 | 64 | 57 |
| Binary | 10100010 | 10110110 | 111010 | 1011 | 0 | 1000100 | 11101 | 1000110 | 110100 | 101111 |
Color Harmonies of #A2B63A
Complementary color
Monochromatic Colors of #A2B63A
Black with #A2B63A
Text Example
Text Example
White with #A2B63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B63A; }
p { color: rgb(162,182,58); }
H1.HeaderClassName
{
color: #A2B63A;
}
.AnyTagClassName
{
color: #A2B63A;
}
</style>
background-color css
<style>
a { background-color: #A2B63A; }
a { background-color: rgb(162,182,58); }
div.DivClassName
{
background-color: #A2B63A;
}
.BgClassName
{
background-color: #A2B63A;
}
</style>
border-color css
<style>
span { border-color: #A2B63A; }
span { border-color: rgb(162,182,58); }
td.TdClassName
{
border-color: #A2B63A;
}
.TagClassName
{
border-color: #A2B63A;
}
</style>