Shades of Celery #A2B144
Tints of Celery #A2B144
RGB
CMYK
RGB Variations
Color information
#A2B144 (or 0xA2B144) is known color: Celery. HEX triplet: A2, B1 and 44. RGB value is (162,177,68). Sum of RGB (Red+Green+Blue) = 162+177+68=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B144 is #5D4EBB. Grayscale: #A0A0A0. Windows color (decimal): -6115004 or 4501922. OLE color: 4501922.
HSL color Cylindrical-coordinate representation of color #A2B144: hue angle of 68.26º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2B144 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 68 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.31 |
| HSL | 68.26º | 0.44% | 0.48% | - |
| HSV(B) | 68.26º | 0.62% | 0.69% | - |
| XYZ | 31.67 | 39.54 | 11.43 | - |
| YUV | 160.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 68 | 0.08 | 0 | 0.62 | 0.31 | 68.26 | 0.44 | 0.48 |
| Hex | A2 | B1 | 44 | 8 | 0 | 3E | 1F | 44 | 2C | 30 |
| Octal | 242 | 261 | 104 | 10 | 0 | 76 | 37 | 104 | 54 | 60 |
| Binary | 10100010 | 10110001 | 1000100 | 1000 | 0 | 111110 | 11111 | 1000100 | 101100 | 110000 |
Color Harmonies of #A2B144
Complementary color
Monochromatic Colors of #A2B144
Black with #A2B144
Text Example
Text Example
White with #A2B144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B144; }
p { color: rgb(162,177,68); }
H1.HeaderClassName
{
color: #A2B144;
}
.AnyTagClassName
{
color: #A2B144;
}
</style>
background-color css
<style>
a { background-color: #A2B144; }
a { background-color: rgb(162,177,68); }
div.DivClassName
{
background-color: #A2B144;
}
.BgClassName
{
background-color: #A2B144;
}
</style>
border-color css
<style>
span { border-color: #A2B144; }
span { border-color: rgb(162,177,68); }
td.TdClassName
{
border-color: #A2B144;
}
.TagClassName
{
border-color: #A2B144;
}
</style>