Shades of Celery #AFBA44
Tints of Celery #AFBA44
RGB
CMYK
RGB Variations
Color information
#AFBA44 (or 0xAFBA44) is known color: Celery. HEX triplet: AF, BA and 44. RGB value is (175,186,68). Sum of RGB (Red+Green+Blue) = 175+186+68=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA44 is #5045BB. Grayscale: #A9A9A9. Windows color (decimal): -5260732 or 4504239. OLE color: 4504239.
HSL color Cylindrical-coordinate representation of color #AFBA44: hue angle of 65.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFBA44 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 68 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.27 |
| HSL | 65.59º | 0.46% | 0.5% | - |
| HSV(B) | 65.59º | 0.63% | 0.73% | - |
| XYZ | 36.28 | 44.65 | 12.17 | - |
| YUV | 169.26 | 70.86 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 68 | 0.06 | 0 | 0.63 | 0.27 | 65.59 | 0.46 | 0.5 |
| Hex | AF | BA | 44 | 6 | 0 | 3F | 1B | 42 | 2E | 32 |
| Octal | 257 | 272 | 104 | 6 | 0 | 77 | 33 | 102 | 56 | 62 |
| Binary | 10101111 | 10111010 | 1000100 | 110 | 0 | 111111 | 11011 | 1000010 | 101110 | 110010 |
Color Harmonies of #AFBA44
Complementary color
Monochromatic Colors of #AFBA44
Black with #AFBA44
Text Example
Text Example
White with #AFBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA44; }
p { color: rgb(175,186,68); }
H1.HeaderClassName
{
color: #AFBA44;
}
.AnyTagClassName
{
color: #AFBA44;
}
</style>
background-color css
<style>
a { background-color: #AFBA44; }
a { background-color: rgb(175,186,68); }
div.DivClassName
{
background-color: #AFBA44;
}
.BgClassName
{
background-color: #AFBA44;
}
</style>
border-color css
<style>
span { border-color: #AFBA44; }
span { border-color: rgb(175,186,68); }
td.TdClassName
{
border-color: #AFBA44;
}
.TagClassName
{
border-color: #AFBA44;
}
</style>