Shades of Celery #A1BC50
Tints of Celery #A1BC50
RGB
CMYK
RGB Variations
Color information
#A1BC50 (or 0xA1BC50) is known color: Celery. HEX triplet: A1, BC and 50. RGB value is (161,188,80). Sum of RGB (Red+Green+Blue) = 161+188+80=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC50 is #5E43AF. Grayscale: #A8A8A8. Windows color (decimal): -6177712 or 5291169. OLE color: 5291169.
HSL color Cylindrical-coordinate representation of color #A1BC50: hue angle of 75º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1BC50 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 80 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.26 |
| HSL | 75º | 0.45% | 0.53% | - |
| HSV(B) | 75º | 0.57% | 0.74% | - |
| XYZ | 34.13 | 44.12 | 14.31 | - |
| YUV | 167.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 80 | 0.14 | 0 | 0.57 | 0.26 | 75 | 0.45 | 0.53 |
| Hex | A1 | BC | 50 | E | 0 | 39 | 1A | 4B | 2D | 35 |
| Octal | 241 | 274 | 120 | 16 | 0 | 71 | 32 | 113 | 55 | 65 |
| Binary | 10100001 | 10111100 | 1010000 | 1110 | 0 | 111001 | 11010 | 1001011 | 101101 | 110101 |
Color Harmonies of #A1BC50
Complementary color
Monochromatic Colors of #A1BC50
Black with #A1BC50
Text Example
Text Example
White with #A1BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC50; }
p { color: rgb(161,188,80); }
H1.HeaderClassName
{
color: #A1BC50;
}
.AnyTagClassName
{
color: #A1BC50;
}
</style>
background-color css
<style>
a { background-color: #A1BC50; }
a { background-color: rgb(161,188,80); }
div.DivClassName
{
background-color: #A1BC50;
}
.BgClassName
{
background-color: #A1BC50;
}
</style>
border-color css
<style>
span { border-color: #A1BC50; }
span { border-color: rgb(161,188,80); }
td.TdClassName
{
border-color: #A1BC50;
}
.TagClassName
{
border-color: #A1BC50;
}
</style>