Shades of Celery #ABBA53
Tints of Celery #ABBA53
RGB
CMYK
RGB Variations
Color information
#ABBA53 (or 0xABBA53) is known color: Celery. HEX triplet: AB, BA and 53. RGB value is (171,186,83). Sum of RGB (Red+Green+Blue) = 171+186+83=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA53 is #5445AC. Grayscale: #AAAAAA. Windows color (decimal): -5522861 or 5487275. OLE color: 5487275.
HSL color Cylindrical-coordinate representation of color #ABBA53: hue angle of 68.74º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABBA53 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 83 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.27 |
| HSL | 68.74º | 0.43% | 0.53% | - |
| HSV(B) | 68.74º | 0.55% | 0.73% | - |
| XYZ | 35.91 | 44.4 | 14.86 | - |
| YUV | 169.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 83 | 0.08 | 0 | 0.55 | 0.27 | 68.74 | 0.43 | 0.53 |
| Hex | AB | BA | 53 | 8 | 0 | 37 | 1B | 45 | 2B | 35 |
| Octal | 253 | 272 | 123 | 10 | 0 | 67 | 33 | 105 | 53 | 65 |
| Binary | 10101011 | 10111010 | 1010011 | 1000 | 0 | 110111 | 11011 | 1000101 | 101011 | 110101 |
Color Harmonies of #ABBA53
Complementary color
Monochromatic Colors of #ABBA53
Black with #ABBA53
Text Example
Text Example
White with #ABBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA53; }
p { color: rgb(171,186,83); }
H1.HeaderClassName
{
color: #ABBA53;
}
.AnyTagClassName
{
color: #ABBA53;
}
</style>
background-color css
<style>
a { background-color: #ABBA53; }
a { background-color: rgb(171,186,83); }
div.DivClassName
{
background-color: #ABBA53;
}
.BgClassName
{
background-color: #ABBA53;
}
</style>
border-color css
<style>
span { border-color: #ABBA53; }
span { border-color: rgb(171,186,83); }
td.TdClassName
{
border-color: #ABBA53;
}
.TagClassName
{
border-color: #ABBA53;
}
</style>