Shades of Celery #AFBA41
Tints of Celery #AFBA41
RGB
CMYK
RGB Variations
Color information
#AFBA41 (or 0xAFBA41) is known color: Celery. HEX triplet: AF, BA and 41. RGB value is (175,186,65). Sum of RGB (Red+Green+Blue) = 175+186+65=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA41 is #5045BE. Grayscale: #A9A9A9. Windows color (decimal): -5260735 or 4307631. OLE color: 4307631.
HSL color Cylindrical-coordinate representation of color #AFBA41: hue angle of 65.45º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFBA41 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 65 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.27 |
| HSL | 65.45º | 0.48% | 0.49% | - |
| HSV(B) | 65.45º | 0.65% | 0.73% | - |
| XYZ | 36.19 | 44.61 | 11.7 | - |
| YUV | 168.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 65 | 0.06 | 0 | 0.65 | 0.27 | 65.45 | 0.48 | 0.49 |
| Hex | AF | BA | 41 | 6 | 0 | 41 | 1B | 41 | 30 | 31 |
| Octal | 257 | 272 | 101 | 6 | 0 | 101 | 33 | 101 | 60 | 61 |
| Binary | 10101111 | 10111010 | 1000001 | 110 | 0 | 1000001 | 11011 | 1000001 | 110000 | 110001 |
Color Harmonies of #AFBA41
Complementary color
Monochromatic Colors of #AFBA41
Black with #AFBA41
Text Example
Text Example
White with #AFBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA41; }
p { color: rgb(175,186,65); }
H1.HeaderClassName
{
color: #AFBA41;
}
.AnyTagClassName
{
color: #AFBA41;
}
</style>
background-color css
<style>
a { background-color: #AFBA41; }
a { background-color: rgb(175,186,65); }
div.DivClassName
{
background-color: #AFBA41;
}
.BgClassName
{
background-color: #AFBA41;
}
</style>
border-color css
<style>
span { border-color: #AFBA41; }
span { border-color: rgb(175,186,65); }
td.TdClassName
{
border-color: #AFBA41;
}
.TagClassName
{
border-color: #AFBA41;
}
</style>