Shades of Celery #AFBC37
Tints of Celery #AFBC37
RGB
CMYK
RGB Variations
Color information
#AFBC37 (or 0xAFBC37) is known color: Celery. HEX triplet: AF, BC and 37. RGB value is (175,188,55). Sum of RGB (Red+Green+Blue) = 175+188+55=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC37 is #5043C8. Grayscale: #A9A9A9. Windows color (decimal): -5260233 or 3652783. OLE color: 3652783.
HSL color Cylindrical-coordinate representation of color #AFBC37: hue angle of 65.86º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFBC37 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 55 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.26 |
| HSL | 65.86º | 0.55% | 0.48% | - |
| HSV(B) | 65.86º | 0.71% | 0.74% | - |
| XYZ | 36.35 | 45.36 | 10.45 | - |
| YUV | 168.95 | 63.69 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 55 | 0.07 | 0 | 0.71 | 0.26 | 65.86 | 0.55 | 0.48 |
| Hex | AF | BC | 37 | 7 | 0 | 47 | 1A | 42 | 37 | 30 |
| Octal | 257 | 274 | 67 | 7 | 0 | 107 | 32 | 102 | 67 | 60 |
| Binary | 10101111 | 10111100 | 110111 | 111 | 0 | 1000111 | 11010 | 1000010 | 110111 | 110000 |
Color Harmonies of #AFBC37
Complementary color
Monochromatic Colors of #AFBC37
Black with #AFBC37
Text Example
Text Example
White with #AFBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC37; }
p { color: rgb(175,188,55); }
H1.HeaderClassName
{
color: #AFBC37;
}
.AnyTagClassName
{
color: #AFBC37;
}
</style>
background-color css
<style>
a { background-color: #AFBC37; }
a { background-color: rgb(175,188,55); }
div.DivClassName
{
background-color: #AFBC37;
}
.BgClassName
{
background-color: #AFBC37;
}
</style>
border-color css
<style>
span { border-color: #AFBC37; }
span { border-color: rgb(175,188,55); }
td.TdClassName
{
border-color: #AFBC37;
}
.TagClassName
{
border-color: #AFBC37;
}
</style>