Shades of Celery #ABBA5A
Tints of Celery #ABBA5A
RGB
CMYK
RGB Variations
Color information
#ABBA5A (or 0xABBA5A) is known color: Celery. HEX triplet: AB, BA and 5A. RGB value is (171,186,90). Sum of RGB (Red+Green+Blue) = 171+186+90=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA5A is #5445A5. Grayscale: #AAAAAA. Windows color (decimal): -5522854 or 5946027. OLE color: 5946027.
HSL color Cylindrical-coordinate representation of color #ABBA5A: hue angle of 69.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABBA5A is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 90 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.27 |
| HSL | 69.38º | 0.41% | 0.54% | - |
| HSV(B) | 69.38º | 0.52% | 0.73% | - |
| XYZ | 36.2 | 44.51 | 16.36 | - |
| YUV | 170.57 | 82.53 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 90 | 0.08 | 0 | 0.52 | 0.27 | 69.38 | 0.41 | 0.54 |
| Hex | AB | BA | 5A | 8 | 0 | 34 | 1B | 45 | 29 | 36 |
| Octal | 253 | 272 | 132 | 10 | 0 | 64 | 33 | 105 | 51 | 66 |
| Binary | 10101011 | 10111010 | 1011010 | 1000 | 0 | 110100 | 11011 | 1000101 | 101001 | 110110 |
Color Harmonies of #ABBA5A
Complementary color
Monochromatic Colors of #ABBA5A
Black with #ABBA5A
Text Example
Text Example
White with #ABBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA5A; }
p { color: rgb(171,186,90); }
H1.HeaderClassName
{
color: #ABBA5A;
}
.AnyTagClassName
{
color: #ABBA5A;
}
</style>
background-color css
<style>
a { background-color: #ABBA5A; }
a { background-color: rgb(171,186,90); }
div.DivClassName
{
background-color: #ABBA5A;
}
.BgClassName
{
background-color: #ABBA5A;
}
</style>
border-color css
<style>
span { border-color: #ABBA5A; }
span { border-color: rgb(171,186,90); }
td.TdClassName
{
border-color: #ABBA5A;
}
.TagClassName
{
border-color: #ABBA5A;
}
</style>