Shades of Celery #ABAF49
Tints of Celery #ABAF49
RGB
CMYK
RGB Variations
Color information
#ABAF49 (or 0xABAF49) is known color: Celery. HEX triplet: AB, AF and 49. RGB value is (171,175,73). Sum of RGB (Red+Green+Blue) = 171+175+73=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF49 is #5450B6. Grayscale: #A2A2A2. Windows color (decimal): -5525687 or 4829099. OLE color: 4829099.
HSL color Cylindrical-coordinate representation of color #ABAF49: hue angle of 62.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABAF49 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 73 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.31 |
| HSL | 62.35º | 0.41% | 0.49% | - |
| HSV(B) | 62.35º | 0.58% | 0.69% | - |
| XYZ | 33.33 | 39.8 | 12.23 | - |
| YUV | 162.18 | 77.67 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 73 | 0.02 | 0 | 0.58 | 0.31 | 62.35 | 0.41 | 0.49 |
| Hex | AB | AF | 49 | 2 | 0 | 3A | 1F | 3E | 29 | 31 |
| Octal | 253 | 257 | 111 | 2 | 0 | 72 | 37 | 76 | 51 | 61 |
| Binary | 10101011 | 10101111 | 1001001 | 10 | 0 | 111010 | 11111 | 111110 | 101001 | 110001 |
Color Harmonies of #ABAF49
Complementary color
Monochromatic Colors of #ABAF49
Black with #ABAF49
Text Example
Text Example
White with #ABAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF49; }
p { color: rgb(171,175,73); }
H1.HeaderClassName
{
color: #ABAF49;
}
.AnyTagClassName
{
color: #ABAF49;
}
</style>
background-color css
<style>
a { background-color: #ABAF49; }
a { background-color: rgb(171,175,73); }
div.DivClassName
{
background-color: #ABAF49;
}
.BgClassName
{
background-color: #ABAF49;
}
</style>
border-color css
<style>
span { border-color: #ABAF49; }
span { border-color: rgb(171,175,73); }
td.TdClassName
{
border-color: #ABAF49;
}
.TagClassName
{
border-color: #ABAF49;
}
</style>