Shades of Celery #A2B239
Tints of Celery #A2B239
RGB
CMYK
RGB Variations
Color information
#A2B239 (or 0xA2B239) is known color: Celery. HEX triplet: A2, B2 and 39. RGB value is (162,178,57). Sum of RGB (Red+Green+Blue) = 162+178+57=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B239 is #5D4DC6. Grayscale: #9F9F9F. Windows color (decimal): -6114759 or 3781282. OLE color: 3781282.
HSL color Cylindrical-coordinate representation of color #A2B239: hue angle of 67.93º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2B239 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 57 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.30 |
| HSL | 67.93º | 0.51% | 0.46% | - |
| HSV(B) | 67.93º | 0.68% | 0.7% | - |
| XYZ | 31.56 | 39.82 | 9.89 | - |
| YUV | 159.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 57 | 0.09 | 0 | 0.68 | 0.30 | 67.93 | 0.51 | 0.46 |
| Hex | A2 | B2 | 39 | 9 | 0 | 44 | 1E | 44 | 33 | 2E |
| Octal | 242 | 262 | 71 | 11 | 0 | 104 | 36 | 104 | 63 | 56 |
| Binary | 10100010 | 10110010 | 111001 | 1001 | 0 | 1000100 | 11110 | 1000100 | 110011 | 101110 |
Color Harmonies of #A2B239
Complementary color
Monochromatic Colors of #A2B239
Black with #A2B239
Text Example
Text Example
White with #A2B239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B239; }
p { color: rgb(162,178,57); }
H1.HeaderClassName
{
color: #A2B239;
}
.AnyTagClassName
{
color: #A2B239;
}
</style>
background-color css
<style>
a { background-color: #A2B239; }
a { background-color: rgb(162,178,57); }
div.DivClassName
{
background-color: #A2B239;
}
.BgClassName
{
background-color: #A2B239;
}
</style>
border-color css
<style>
span { border-color: #A2B239; }
span { border-color: rgb(162,178,57); }
td.TdClassName
{
border-color: #A2B239;
}
.TagClassName
{
border-color: #A2B239;
}
</style>