Shades of Celery #AFBA36
Tints of Celery #AFBA36
RGB
CMYK
RGB Variations
Color information
#AFBA36 (or 0xAFBA36) is known color: Celery. HEX triplet: AF, BA and 36. RGB value is (175,186,54). Sum of RGB (Red+Green+Blue) = 175+186+54=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA36 is #5045C9. Grayscale: #A8A8A8. Windows color (decimal): -5260746 or 3586735. OLE color: 3586735.
HSL color Cylindrical-coordinate representation of color #AFBA36: hue angle of 65º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFBA36 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 54 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.27 |
| HSL | 65º | 0.55% | 0.47% | - |
| HSV(B) | 65º | 0.71% | 0.73% | - |
| XYZ | 35.9 | 44.5 | 10.19 | - |
| YUV | 167.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 54 | 0.06 | 0 | 0.71 | 0.27 | 65 | 0.55 | 0.47 |
| Hex | AF | BA | 36 | 6 | 0 | 47 | 1B | 41 | 37 | 2F |
| Octal | 257 | 272 | 66 | 6 | 0 | 107 | 33 | 101 | 67 | 57 |
| Binary | 10101111 | 10111010 | 110110 | 110 | 0 | 1000111 | 11011 | 1000001 | 110111 | 101111 |
Color Harmonies of #AFBA36
Complementary color
Monochromatic Colors of #AFBA36
Black with #AFBA36
Text Example
Text Example
White with #AFBA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA36; }
p { color: rgb(175,186,54); }
H1.HeaderClassName
{
color: #AFBA36;
}
.AnyTagClassName
{
color: #AFBA36;
}
</style>
background-color css
<style>
a { background-color: #AFBA36; }
a { background-color: rgb(175,186,54); }
div.DivClassName
{
background-color: #AFBA36;
}
.BgClassName
{
background-color: #AFBA36;
}
</style>
border-color css
<style>
span { border-color: #AFBA36; }
span { border-color: rgb(175,186,54); }
td.TdClassName
{
border-color: #AFBA36;
}
.TagClassName
{
border-color: #AFBA36;
}
</style>