Shades of Celery #AFBC53
Tints of Celery #AFBC53
RGB
CMYK
RGB Variations
Color information
#AFBC53 (or 0xAFBC53) is known color: Celery. HEX triplet: AF, BC and 53. RGB value is (175,188,83). Sum of RGB (Red+Green+Blue) = 175+188+83=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC53 is #5043AC. Grayscale: #ACACAC. Windows color (decimal): -5260205 or 5487791. OLE color: 5487791.
HSL color Cylindrical-coordinate representation of color #AFBC53: hue angle of 67.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFBC53 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 83 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.26 |
| HSL | 67.43º | 0.44% | 0.53% | - |
| HSV(B) | 67.43º | 0.56% | 0.74% | - |
| XYZ | 37.22 | 45.7 | 15.04 | - |
| YUV | 172.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 83 | 0.07 | 0 | 0.56 | 0.26 | 67.43 | 0.44 | 0.53 |
| Hex | AF | BC | 53 | 7 | 0 | 38 | 1A | 43 | 2C | 35 |
| Octal | 257 | 274 | 123 | 7 | 0 | 70 | 32 | 103 | 54 | 65 |
| Binary | 10101111 | 10111100 | 1010011 | 111 | 0 | 111000 | 11010 | 1000011 | 101100 | 110101 |
Color Harmonies of #AFBC53
Complementary color
Monochromatic Colors of #AFBC53
Black with #AFBC53
Text Example
Text Example
White with #AFBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC53; }
p { color: rgb(175,188,83); }
H1.HeaderClassName
{
color: #AFBC53;
}
.AnyTagClassName
{
color: #AFBC53;
}
</style>
background-color css
<style>
a { background-color: #AFBC53; }
a { background-color: rgb(175,188,83); }
div.DivClassName
{
background-color: #AFBC53;
}
.BgClassName
{
background-color: #AFBC53;
}
</style>
border-color css
<style>
span { border-color: #AFBC53; }
span { border-color: rgb(175,188,83); }
td.TdClassName
{
border-color: #AFBC53;
}
.TagClassName
{
border-color: #AFBC53;
}
</style>