Shades of Celery #ABBF4E
Tints of Celery #ABBF4E
RGB
CMYK
RGB Variations
Color information
#ABBF4E (or 0xABBF4E) is known color: Celery. HEX triplet: AB, BF and 4E. RGB value is (171,191,78). Sum of RGB (Red+Green+Blue) = 171+191+78=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBF4E is #5440B1. Grayscale: #ACACAC. Windows color (decimal): -5521586 or 5160875. OLE color: 5160875.
HSL color Cylindrical-coordinate representation of color #ABBF4E: hue angle of 70.62º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABBF4E is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 191 | 78 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.25 |
| HSL | 70.62º | 0.47% | 0.53% | - |
| HSV(B) | 70.62º | 0.59% | 0.75% | - |
| XYZ | 36.8 | 46.47 | 14.24 | - |
| YUV | 172.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 78 | 0.10 | 0 | 0.59 | 0.25 | 70.62 | 0.47 | 0.53 |
| Hex | AB | BF | 4E | A | 0 | 3B | 19 | 47 | 2F | 35 |
| Octal | 253 | 277 | 116 | 12 | 0 | 73 | 31 | 107 | 57 | 65 |
| Binary | 10101011 | 10111111 | 1001110 | 1010 | 0 | 111011 | 11001 | 1000111 | 101111 | 110101 |
Color Harmonies of #ABBF4E
Complementary color
Monochromatic Colors of #ABBF4E
Black with #ABBF4E
Text Example
Text Example
White with #ABBF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBF4E; }
p { color: rgb(171,191,78); }
H1.HeaderClassName
{
color: #ABBF4E;
}
.AnyTagClassName
{
color: #ABBF4E;
}
</style>
background-color css
<style>
a { background-color: #ABBF4E; }
a { background-color: rgb(171,191,78); }
div.DivClassName
{
background-color: #ABBF4E;
}
.BgClassName
{
background-color: #ABBF4E;
}
</style>
border-color css
<style>
span { border-color: #ABBF4E; }
span { border-color: rgb(171,191,78); }
td.TdClassName
{
border-color: #ABBF4E;
}
.TagClassName
{
border-color: #ABBF4E;
}
</style>