Shades of Celery #ABBA4B
Tints of Celery #ABBA4B
RGB
CMYK
RGB Variations
Color information
#ABBA4B (or 0xABBA4B) is known color: Celery. HEX triplet: AB, BA and 4B. RGB value is (171,186,75). Sum of RGB (Red+Green+Blue) = 171+186+75=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA4B is #5445B4. Grayscale: #A9A9A9. Windows color (decimal): -5522869 or 4962987. OLE color: 4962987.
HSL color Cylindrical-coordinate representation of color #ABBA4B: hue angle of 68.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABBA4B is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 75 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.27 |
| HSL | 68.11º | 0.45% | 0.51% | - |
| HSV(B) | 68.11º | 0.6% | 0.73% | - |
| XYZ | 35.62 | 44.28 | 13.33 | - |
| YUV | 168.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 75 | 0.08 | 0 | 0.60 | 0.27 | 68.11 | 0.45 | 0.51 |
| Hex | AB | BA | 4B | 8 | 0 | 3C | 1B | 44 | 2D | 33 |
| Octal | 253 | 272 | 113 | 10 | 0 | 74 | 33 | 104 | 55 | 63 |
| Binary | 10101011 | 10111010 | 1001011 | 1000 | 0 | 111100 | 11011 | 1000100 | 101101 | 110011 |
Color Harmonies of #ABBA4B
Complementary color
Monochromatic Colors of #ABBA4B
Black with #ABBA4B
Text Example
Text Example
White with #ABBA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA4B; }
p { color: rgb(171,186,75); }
H1.HeaderClassName
{
color: #ABBA4B;
}
.AnyTagClassName
{
color: #ABBA4B;
}
</style>
background-color css
<style>
a { background-color: #ABBA4B; }
a { background-color: rgb(171,186,75); }
div.DivClassName
{
background-color: #ABBA4B;
}
.BgClassName
{
background-color: #ABBA4B;
}
</style>
border-color css
<style>
span { border-color: #ABBA4B; }
span { border-color: rgb(171,186,75); }
td.TdClassName
{
border-color: #ABBA4B;
}
.TagClassName
{
border-color: #ABBA4B;
}
</style>