Shades of Celery #A1BE52
Tints of Celery #A1BE52
RGB
CMYK
RGB Variations
Color information
#A1BE52 (or 0xA1BE52) is known color: Celery. HEX triplet: A1, BE and 52. RGB value is (161,190,82). Sum of RGB (Red+Green+Blue) = 161+190+82=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE52 is #5E41AD. Grayscale: #A9A9A9. Windows color (decimal): -6177198 or 5422753. OLE color: 5422753.
HSL color Cylindrical-coordinate representation of color #A1BE52: hue angle of 76.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1BE52 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 82 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.25 |
| HSL | 76.11º | 0.45% | 0.53% | - |
| HSV(B) | 76.11º | 0.57% | 0.75% | - |
| XYZ | 34.63 | 45.01 | 14.85 | - |
| YUV | 169.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 82 | 0.15 | 0 | 0.57 | 0.25 | 76.11 | 0.45 | 0.53 |
| Hex | A1 | BE | 52 | F | 0 | 39 | 19 | 4C | 2D | 35 |
| Octal | 241 | 276 | 122 | 17 | 0 | 71 | 31 | 114 | 55 | 65 |
| Binary | 10100001 | 10111110 | 1010010 | 1111 | 0 | 111001 | 11001 | 1001100 | 101101 | 110101 |
Color Harmonies of #A1BE52
Complementary color
Monochromatic Colors of #A1BE52
Black with #A1BE52
Text Example
Text Example
White with #A1BE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE52; }
p { color: rgb(161,190,82); }
H1.HeaderClassName
{
color: #A1BE52;
}
.AnyTagClassName
{
color: #A1BE52;
}
</style>
background-color css
<style>
a { background-color: #A1BE52; }
a { background-color: rgb(161,190,82); }
div.DivClassName
{
background-color: #A1BE52;
}
.BgClassName
{
background-color: #A1BE52;
}
</style>
border-color css
<style>
span { border-color: #A1BE52; }
span { border-color: rgb(161,190,82); }
td.TdClassName
{
border-color: #A1BE52;
}
.TagClassName
{
border-color: #A1BE52;
}
</style>