Shades of Celery #A1BD53
Tints of Celery #A1BD53
RGB
CMYK
RGB Variations
Color information
#A1BD53 (or 0xA1BD53) is known color: Celery. HEX triplet: A1, BD and 53. RGB value is (161,189,83). Sum of RGB (Red+Green+Blue) = 161+189+83=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BD53 is #5E42AC. Grayscale: #A8A8A8. Windows color (decimal): -6177453 or 5488033. OLE color: 5488033.
HSL color Cylindrical-coordinate representation of color #A1BD53: hue angle of 75.85º degrees, saturation: 0.45, 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 #A1BD53 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 83 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.26 |
| HSL | 75.85º | 0.45% | 0.53% | - |
| HSV(B) | 75.85º | 0.56% | 0.74% | - |
| XYZ | 34.46 | 44.6 | 14.98 | - |
| YUV | 168.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 83 | 0.15 | 0 | 0.56 | 0.26 | 75.85 | 0.45 | 0.53 |
| Hex | A1 | BD | 53 | F | 0 | 38 | 1A | 4C | 2D | 35 |
| Octal | 241 | 275 | 123 | 17 | 0 | 70 | 32 | 114 | 55 | 65 |
| Binary | 10100001 | 10111101 | 1010011 | 1111 | 0 | 111000 | 11010 | 1001100 | 101101 | 110101 |
Color Harmonies of #A1BD53
Complementary color
Monochromatic Colors of #A1BD53
Black with #A1BD53
Text Example
Text Example
White with #A1BD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BD53; }
p { color: rgb(161,189,83); }
H1.HeaderClassName
{
color: #A1BD53;
}
.AnyTagClassName
{
color: #A1BD53;
}
</style>
background-color css
<style>
a { background-color: #A1BD53; }
a { background-color: rgb(161,189,83); }
div.DivClassName
{
background-color: #A1BD53;
}
.BgClassName
{
background-color: #A1BD53;
}
</style>
border-color css
<style>
span { border-color: #A1BD53; }
span { border-color: rgb(161,189,83); }
td.TdClassName
{
border-color: #A1BD53;
}
.TagClassName
{
border-color: #A1BD53;
}
</style>