Shades of Celery #A2B145
Tints of Celery #A2B145
RGB
CMYK
RGB Variations
Color information
#A2B145 (or 0xA2B145) is known color: Celery. HEX triplet: A2, B1 and 45. RGB value is (162,177,69). Sum of RGB (Red+Green+Blue) = 162+177+69=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B145 is #5D4EBA. Grayscale: #A0A0A0. Windows color (decimal): -6115003 or 4567458. OLE color: 4567458.
HSL color Cylindrical-coordinate representation of color #A2B145: hue angle of 68.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2B145 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 69 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.31 |
| HSL | 68.33º | 0.44% | 0.48% | - |
| HSV(B) | 68.33º | 0.61% | 0.69% | - |
| XYZ | 31.7 | 39.56 | 11.59 | - |
| YUV | 160.2 | 76.53 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 69 | 0.08 | 0 | 0.61 | 0.31 | 68.33 | 0.44 | 0.48 |
| Hex | A2 | B1 | 45 | 8 | 0 | 3D | 1F | 44 | 2C | 30 |
| Octal | 242 | 261 | 105 | 10 | 0 | 75 | 37 | 104 | 54 | 60 |
| Binary | 10100010 | 10110001 | 1000101 | 1000 | 0 | 111101 | 11111 | 1000100 | 101100 | 110000 |
Color Harmonies of #A2B145
Complementary color
Monochromatic Colors of #A2B145
Black with #A2B145
Text Example
Text Example
White with #A2B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B145; }
p { color: rgb(162,177,69); }
H1.HeaderClassName
{
color: #A2B145;
}
.AnyTagClassName
{
color: #A2B145;
}
</style>
background-color css
<style>
a { background-color: #A2B145; }
a { background-color: rgb(162,177,69); }
div.DivClassName
{
background-color: #A2B145;
}
.BgClassName
{
background-color: #A2B145;
}
</style>
border-color css
<style>
span { border-color: #A2B145; }
span { border-color: rgb(162,177,69); }
td.TdClassName
{
border-color: #A2B145;
}
.TagClassName
{
border-color: #A2B145;
}
</style>