Shades of Celery #A1BC52
Tints of Celery #A1BC52
RGB
CMYK
RGB Variations
Color information
#A1BC52 (or 0xA1BC52) is known color: Celery. HEX triplet: A1, BC and 52. RGB value is (161,188,82). Sum of RGB (Red+Green+Blue) = 161+188+82=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC52 is #5E43AD. Grayscale: #A8A8A8. Windows color (decimal): -6177710 or 5422241. OLE color: 5422241.
HSL color Cylindrical-coordinate representation of color #A1BC52: hue angle of 75.28º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1BC52 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 82 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.26 |
| HSL | 75.28º | 0.44% | 0.53% | - |
| HSV(B) | 75.28º | 0.56% | 0.74% | - |
| XYZ | 34.2 | 44.15 | 14.7 | - |
| YUV | 167.84 | 79.55 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 82 | 0.14 | 0 | 0.56 | 0.26 | 75.28 | 0.44 | 0.53 |
| Hex | A1 | BC | 52 | E | 0 | 38 | 1A | 4B | 2C | 35 |
| Octal | 241 | 274 | 122 | 16 | 0 | 70 | 32 | 113 | 54 | 65 |
| Binary | 10100001 | 10111100 | 1010010 | 1110 | 0 | 111000 | 11010 | 1001011 | 101100 | 110101 |
Color Harmonies of #A1BC52
Complementary color
Monochromatic Colors of #A1BC52
Black with #A1BC52
Text Example
Text Example
White with #A1BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC52; }
p { color: rgb(161,188,82); }
H1.HeaderClassName
{
color: #A1BC52;
}
.AnyTagClassName
{
color: #A1BC52;
}
</style>
background-color css
<style>
a { background-color: #A1BC52; }
a { background-color: rgb(161,188,82); }
div.DivClassName
{
background-color: #A1BC52;
}
.BgClassName
{
background-color: #A1BC52;
}
</style>
border-color css
<style>
span { border-color: #A1BC52; }
span { border-color: rgb(161,188,82); }
td.TdClassName
{
border-color: #A1BC52;
}
.TagClassName
{
border-color: #A1BC52;
}
</style>