Shades of Celery #AFBA49
Tints of Celery #AFBA49
RGB
CMYK
RGB Variations
Color information
#AFBA49 (or 0xAFBA49) is known color: Celery. HEX triplet: AF, BA and 49. RGB value is (175,186,73). Sum of RGB (Red+Green+Blue) = 175+186+73=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA49 is #5045B6. Grayscale: #AAAAAA. Windows color (decimal): -5260727 or 4831919. OLE color: 4831919.
HSL color Cylindrical-coordinate representation of color #AFBA49: hue angle of 65.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFBA49 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 73 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.27 |
| HSL | 65.84º | 0.45% | 0.51% | - |
| HSV(B) | 65.84º | 0.61% | 0.73% | - |
| XYZ | 36.44 | 44.71 | 13.01 | - |
| YUV | 169.83 | 73.36 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 73 | 0.06 | 0 | 0.61 | 0.27 | 65.84 | 0.45 | 0.51 |
| Hex | AF | BA | 49 | 6 | 0 | 3D | 1B | 42 | 2D | 33 |
| Octal | 257 | 272 | 111 | 6 | 0 | 75 | 33 | 102 | 55 | 63 |
| Binary | 10101111 | 10111010 | 1001001 | 110 | 0 | 111101 | 11011 | 1000010 | 101101 | 110011 |
Color Harmonies of #AFBA49
Complementary color
Monochromatic Colors of #AFBA49
Black with #AFBA49
Text Example
Text Example
White with #AFBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA49; }
p { color: rgb(175,186,73); }
H1.HeaderClassName
{
color: #AFBA49;
}
.AnyTagClassName
{
color: #AFBA49;
}
</style>
background-color css
<style>
a { background-color: #AFBA49; }
a { background-color: rgb(175,186,73); }
div.DivClassName
{
background-color: #AFBA49;
}
.BgClassName
{
background-color: #AFBA49;
}
</style>
border-color css
<style>
span { border-color: #AFBA49; }
span { border-color: rgb(175,186,73); }
td.TdClassName
{
border-color: #AFBA49;
}
.TagClassName
{
border-color: #AFBA49;
}
</style>