Shades of Celery #AFBC46
Tints of Celery #AFBC46
RGB
CMYK
RGB Variations
Color information
#AFBC46 (or 0xAFBC46) is known color: Celery. HEX triplet: AF, BC and 46. RGB value is (175,188,70). Sum of RGB (Red+Green+Blue) = 175+188+70=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC46 is #5043B9. Grayscale: #ABABAB. Windows color (decimal): -5260218 or 4635823. OLE color: 4635823.
HSL color Cylindrical-coordinate representation of color #AFBC46: hue angle of 66.61º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFBC46 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 70 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.26 |
| HSL | 66.61º | 0.47% | 0.51% | - |
| HSV(B) | 66.61º | 0.63% | 0.74% | - |
| XYZ | 36.77 | 45.52 | 12.64 | - |
| YUV | 170.66 | 71.19 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 70 | 0.07 | 0 | 0.63 | 0.26 | 66.61 | 0.47 | 0.51 |
| Hex | AF | BC | 46 | 7 | 0 | 3F | 1A | 43 | 2F | 33 |
| Octal | 257 | 274 | 106 | 7 | 0 | 77 | 32 | 103 | 57 | 63 |
| Binary | 10101111 | 10111100 | 1000110 | 111 | 0 | 111111 | 11010 | 1000011 | 101111 | 110011 |
Color Harmonies of #AFBC46
Complementary color
Monochromatic Colors of #AFBC46
Black with #AFBC46
Text Example
Text Example
White with #AFBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC46; }
p { color: rgb(175,188,70); }
H1.HeaderClassName
{
color: #AFBC46;
}
.AnyTagClassName
{
color: #AFBC46;
}
</style>
background-color css
<style>
a { background-color: #AFBC46; }
a { background-color: rgb(175,188,70); }
div.DivClassName
{
background-color: #AFBC46;
}
.BgClassName
{
background-color: #AFBC46;
}
</style>
border-color css
<style>
span { border-color: #AFBC46; }
span { border-color: rgb(175,188,70); }
td.TdClassName
{
border-color: #AFBC46;
}
.TagClassName
{
border-color: #AFBC46;
}
</style>