Shades of Celery #ABBA41
Tints of Celery #ABBA41
RGB
CMYK
RGB Variations
Color information
#ABBA41 (or 0xABBA41) is known color: Celery. HEX triplet: AB, BA and 41. RGB value is (171,186,65). Sum of RGB (Red+Green+Blue) = 171+186+65=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA41 is #5445BE. Grayscale: #A8A8A8. Windows color (decimal): -5522879 or 4307627. OLE color: 4307627.
HSL color Cylindrical-coordinate representation of color #ABBA41: hue angle of 67.44º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABBA41 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 65 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.27 |
| HSL | 67.44º | 0.48% | 0.49% | - |
| HSV(B) | 67.44º | 0.65% | 0.73% | - |
| XYZ | 35.31 | 44.16 | 11.66 | - |
| YUV | 167.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 65 | 0.08 | 0 | 0.65 | 0.27 | 67.44 | 0.48 | 0.49 |
| Hex | AB | BA | 41 | 8 | 0 | 41 | 1B | 43 | 30 | 31 |
| Octal | 253 | 272 | 101 | 10 | 0 | 101 | 33 | 103 | 60 | 61 |
| Binary | 10101011 | 10111010 | 1000001 | 1000 | 0 | 1000001 | 11011 | 1000011 | 110000 | 110001 |
Color Harmonies of #ABBA41
Complementary color
Monochromatic Colors of #ABBA41
Black with #ABBA41
Text Example
Text Example
White with #ABBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA41; }
p { color: rgb(171,186,65); }
H1.HeaderClassName
{
color: #ABBA41;
}
.AnyTagClassName
{
color: #ABBA41;
}
</style>
background-color css
<style>
a { background-color: #ABBA41; }
a { background-color: rgb(171,186,65); }
div.DivClassName
{
background-color: #ABBA41;
}
.BgClassName
{
background-color: #ABBA41;
}
</style>
border-color css
<style>
span { border-color: #ABBA41; }
span { border-color: rgb(171,186,65); }
td.TdClassName
{
border-color: #ABBA41;
}
.TagClassName
{
border-color: #ABBA41;
}
</style>