Shades of Celery #A1BC54
Tints of Celery #A1BC54
RGB
CMYK
RGB Variations
Color information
#A1BC54 (or 0xA1BC54) is known color: Celery. HEX triplet: A1, BC and 54. RGB value is (161,188,84). Sum of RGB (Red+Green+Blue) = 161+188+84=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC54 is #5E43AB. Grayscale: #A8A8A8. Windows color (decimal): -6177708 or 5553313. OLE color: 5553313.
HSL color Cylindrical-coordinate representation of color #A1BC54: hue angle of 75.58º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1BC54 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 84 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.26 |
| HSL | 75.58º | 0.44% | 0.53% | - |
| HSV(B) | 75.58º | 0.55% | 0.74% | - |
| XYZ | 34.28 | 44.18 | 15.11 | - |
| YUV | 168.07 | 80.55 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 84 | 0.14 | 0 | 0.55 | 0.26 | 75.58 | 0.44 | 0.53 |
| Hex | A1 | BC | 54 | E | 0 | 37 | 1A | 4C | 2C | 35 |
| Octal | 241 | 274 | 124 | 16 | 0 | 67 | 32 | 114 | 54 | 65 |
| Binary | 10100001 | 10111100 | 1010100 | 1110 | 0 | 110111 | 11010 | 1001100 | 101100 | 110101 |
Color Harmonies of #A1BC54
Complementary color
Monochromatic Colors of #A1BC54
Black with #A1BC54
Text Example
Text Example
White with #A1BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC54; }
p { color: rgb(161,188,84); }
H1.HeaderClassName
{
color: #A1BC54;
}
.AnyTagClassName
{
color: #A1BC54;
}
</style>
background-color css
<style>
a { background-color: #A1BC54; }
a { background-color: rgb(161,188,84); }
div.DivClassName
{
background-color: #A1BC54;
}
.BgClassName
{
background-color: #A1BC54;
}
</style>
border-color css
<style>
span { border-color: #A1BC54; }
span { border-color: rgb(161,188,84); }
td.TdClassName
{
border-color: #A1BC54;
}
.TagClassName
{
border-color: #A1BC54;
}
</style>