Shades of Celery #A2B350
Tints of Celery #A2B350
RGB
CMYK
RGB Variations
Color information
#A2B350 (or 0xA2B350) is known color: Celery. HEX triplet: A2, B3 and 50. RGB value is (162,179,80). Sum of RGB (Red+Green+Blue) = 162+179+80=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B350 is #5D4CAF. Grayscale: #A3A3A3. Windows color (decimal): -6114480 or 5288866. OLE color: 5288866.
HSL color Cylindrical-coordinate representation of color #A2B350: hue angle of 70.3º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2B350 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 80 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.30 |
| HSL | 70.3º | 0.39% | 0.51% | - |
| HSV(B) | 70.3º | 0.55% | 0.7% | - |
| XYZ | 32.47 | 40.5 | 13.7 | - |
| YUV | 162.63 | 81.37 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 80 | 0.09 | 0 | 0.55 | 0.30 | 70.3 | 0.39 | 0.51 |
| Hex | A2 | B3 | 50 | 9 | 0 | 37 | 1E | 46 | 27 | 33 |
| Octal | 242 | 263 | 120 | 11 | 0 | 67 | 36 | 106 | 47 | 63 |
| Binary | 10100010 | 10110011 | 1010000 | 1001 | 0 | 110111 | 11110 | 1000110 | 100111 | 110011 |
Color Harmonies of #A2B350
Complementary color
Monochromatic Colors of #A2B350
Black with #A2B350
Text Example
Text Example
White with #A2B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B350; }
p { color: rgb(162,179,80); }
H1.HeaderClassName
{
color: #A2B350;
}
.AnyTagClassName
{
color: #A2B350;
}
</style>
background-color css
<style>
a { background-color: #A2B350; }
a { background-color: rgb(162,179,80); }
div.DivClassName
{
background-color: #A2B350;
}
.BgClassName
{
background-color: #A2B350;
}
</style>
border-color css
<style>
span { border-color: #A2B350; }
span { border-color: rgb(162,179,80); }
td.TdClassName
{
border-color: #A2B350;
}
.TagClassName
{
border-color: #A2B350;
}
</style>