Shades of Celery #AFBA57
Tints of Celery #AFBA57
RGB
CMYK
RGB Variations
Color information
#AFBA57 (or 0xAFBA57) is known color: Celery. HEX triplet: AF, BA and 57. RGB value is (175,186,87). Sum of RGB (Red+Green+Blue) = 175+186+87=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA57 is #5045A8. Grayscale: #ABABAB. Windows color (decimal): -5260713 or 5749423. OLE color: 5749423.
HSL color Cylindrical-coordinate representation of color #AFBA57: hue angle of 66.67º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFBA57 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 87 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.27 |
| HSL | 66.67º | 0.42% | 0.54% | - |
| HSV(B) | 66.67º | 0.53% | 0.73% | - |
| XYZ | 36.96 | 44.92 | 15.74 | - |
| YUV | 171.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 87 | 0.06 | 0 | 0.53 | 0.27 | 66.67 | 0.42 | 0.54 |
| Hex | AF | BA | 57 | 6 | 0 | 35 | 1B | 43 | 2A | 36 |
| Octal | 257 | 272 | 127 | 6 | 0 | 65 | 33 | 103 | 52 | 66 |
| Binary | 10101111 | 10111010 | 1010111 | 110 | 0 | 110101 | 11011 | 1000011 | 101010 | 110110 |
Color Harmonies of #AFBA57
Complementary color
Monochromatic Colors of #AFBA57
Black with #AFBA57
Text Example
Text Example
White with #AFBA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA57; }
p { color: rgb(175,186,87); }
H1.HeaderClassName
{
color: #AFBA57;
}
.AnyTagClassName
{
color: #AFBA57;
}
</style>
background-color css
<style>
a { background-color: #AFBA57; }
a { background-color: rgb(175,186,87); }
div.DivClassName
{
background-color: #AFBA57;
}
.BgClassName
{
background-color: #AFBA57;
}
</style>
border-color css
<style>
span { border-color: #AFBA57; }
span { border-color: rgb(175,186,87); }
td.TdClassName
{
border-color: #AFBA57;
}
.TagClassName
{
border-color: #AFBA57;
}
</style>