Shades of Celery #AFBA4E
Tints of Celery #AFBA4E
RGB
CMYK
RGB Variations
Color information
#AFBA4E (or 0xAFBA4E) is known color: Celery. HEX triplet: AF, BA and 4E. RGB value is (175,186,78). Sum of RGB (Red+Green+Blue) = 175+186+78=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA4E is #5045B1. Grayscale: #AAAAAA. Windows color (decimal): -5260722 or 5159599. OLE color: 5159599.
HSL color Cylindrical-coordinate representation of color #AFBA4E: hue angle of 66.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFBA4E is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 78 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.27 |
| HSL | 66.11º | 0.44% | 0.52% | - |
| HSV(B) | 66.11º | 0.58% | 0.73% | - |
| XYZ | 36.61 | 44.78 | 13.92 | - |
| YUV | 170.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 78 | 0.06 | 0 | 0.58 | 0.27 | 66.11 | 0.44 | 0.52 |
| Hex | AF | BA | 4E | 6 | 0 | 3A | 1B | 42 | 2C | 34 |
| Octal | 257 | 272 | 116 | 6 | 0 | 72 | 33 | 102 | 54 | 64 |
| Binary | 10101111 | 10111010 | 1001110 | 110 | 0 | 111010 | 11011 | 1000010 | 101100 | 110100 |
Color Harmonies of #AFBA4E
Complementary color
Monochromatic Colors of #AFBA4E
Black with #AFBA4E
Text Example
Text Example
White with #AFBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA4E; }
p { color: rgb(175,186,78); }
H1.HeaderClassName
{
color: #AFBA4E;
}
.AnyTagClassName
{
color: #AFBA4E;
}
</style>
background-color css
<style>
a { background-color: #AFBA4E; }
a { background-color: rgb(175,186,78); }
div.DivClassName
{
background-color: #AFBA4E;
}
.BgClassName
{
background-color: #AFBA4E;
}
</style>
border-color css
<style>
span { border-color: #AFBA4E; }
span { border-color: rgb(175,186,78); }
td.TdClassName
{
border-color: #AFBA4E;
}
.TagClassName
{
border-color: #AFBA4E;
}
</style>