Shades of Celery #A1BD55
Tints of Celery #A1BD55
RGB
CMYK
RGB Variations
Color information
#A1BD55 (or 0xA1BD55) is known color: Celery. HEX triplet: A1, BD and 55. RGB value is (161,189,85). Sum of RGB (Red+Green+Blue) = 161+189+85=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BD55 is #5E42AA. Grayscale: #A9A9A9. Windows color (decimal): -6177451 or 5619105. OLE color: 5619105.
HSL color Cylindrical-coordinate representation of color #A1BD55: hue angle of 76.15º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1BD55 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 85 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.26 |
| HSL | 76.15º | 0.44% | 0.54% | - |
| HSV(B) | 76.15º | 0.55% | 0.74% | - |
| XYZ | 34.54 | 44.63 | 15.39 | - |
| YUV | 168.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 85 | 0.15 | 0 | 0.55 | 0.26 | 76.15 | 0.44 | 0.54 |
| Hex | A1 | BD | 55 | F | 0 | 37 | 1A | 4C | 2C | 36 |
| Octal | 241 | 275 | 125 | 17 | 0 | 67 | 32 | 114 | 54 | 66 |
| Binary | 10100001 | 10111101 | 1010101 | 1111 | 0 | 110111 | 11010 | 1001100 | 101100 | 110110 |
Color Harmonies of #A1BD55
Complementary color
Monochromatic Colors of #A1BD55
Black with #A1BD55
Text Example
Text Example
White with #A1BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BD55; }
p { color: rgb(161,189,85); }
H1.HeaderClassName
{
color: #A1BD55;
}
.AnyTagClassName
{
color: #A1BD55;
}
</style>
background-color css
<style>
a { background-color: #A1BD55; }
a { background-color: rgb(161,189,85); }
div.DivClassName
{
background-color: #A1BD55;
}
.BgClassName
{
background-color: #A1BD55;
}
</style>
border-color css
<style>
span { border-color: #A1BD55; }
span { border-color: rgb(161,189,85); }
td.TdClassName
{
border-color: #A1BD55;
}
.TagClassName
{
border-color: #A1BD55;
}
</style>