Shades of Celery #AFBC55
Tints of Celery #AFBC55
RGB
CMYK
RGB Variations
Color information
#AFBC55 (or 0xAFBC55) is known color: Celery. HEX triplet: AF, BC and 55. RGB value is (175,188,85). Sum of RGB (Red+Green+Blue) = 175+188+85=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC55 is #5043AA. Grayscale: #ACACAC. Windows color (decimal): -5260203 or 5618863. OLE color: 5618863.
HSL color Cylindrical-coordinate representation of color #AFBC55: hue angle of 67.57º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFBC55 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 85 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.26 |
| HSL | 67.57º | 0.43% | 0.54% | - |
| HSV(B) | 67.57º | 0.55% | 0.74% | - |
| XYZ | 37.3 | 45.74 | 15.46 | - |
| YUV | 172.37 | 78.69 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 85 | 0.07 | 0 | 0.55 | 0.26 | 67.57 | 0.43 | 0.54 |
| Hex | AF | BC | 55 | 7 | 0 | 37 | 1A | 44 | 2B | 36 |
| Octal | 257 | 274 | 125 | 7 | 0 | 67 | 32 | 104 | 53 | 66 |
| Binary | 10101111 | 10111100 | 1010101 | 111 | 0 | 110111 | 11010 | 1000100 | 101011 | 110110 |
Color Harmonies of #AFBC55
Complementary color
Monochromatic Colors of #AFBC55
Black with #AFBC55
Text Example
Text Example
White with #AFBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC55; }
p { color: rgb(175,188,85); }
H1.HeaderClassName
{
color: #AFBC55;
}
.AnyTagClassName
{
color: #AFBC55;
}
</style>
background-color css
<style>
a { background-color: #AFBC55; }
a { background-color: rgb(175,188,85); }
div.DivClassName
{
background-color: #AFBC55;
}
.BgClassName
{
background-color: #AFBC55;
}
</style>
border-color css
<style>
span { border-color: #AFBC55; }
span { border-color: rgb(175,188,85); }
td.TdClassName
{
border-color: #AFBC55;
}
.TagClassName
{
border-color: #AFBC55;
}
</style>