Shades of Celery #AFBC34
Tints of Celery #AFBC34
RGB
CMYK
RGB Variations
Color information
#AFBC34 (or 0xAFBC34) is known color: Celery. HEX triplet: AF, BC and 34. RGB value is (175,188,52). Sum of RGB (Red+Green+Blue) = 175+188+52=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC34 is #5043CB. Grayscale: #A9A9A9. Windows color (decimal): -5260236 or 3456175. OLE color: 3456175.
HSL color Cylindrical-coordinate representation of color #AFBC34: hue angle of 65.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFBC34 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 52 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.26 |
| HSL | 65.74º | 0.57% | 0.47% | - |
| HSV(B) | 65.74º | 0.72% | 0.74% | - |
| XYZ | 36.28 | 45.33 | 10.09 | - |
| YUV | 168.61 | 62.19 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 52 | 0.07 | 0 | 0.72 | 0.26 | 65.74 | 0.57 | 0.47 |
| Hex | AF | BC | 34 | 7 | 0 | 48 | 1A | 42 | 39 | 2F |
| Octal | 257 | 274 | 64 | 7 | 0 | 110 | 32 | 102 | 71 | 57 |
| Binary | 10101111 | 10111100 | 110100 | 111 | 0 | 1001000 | 11010 | 1000010 | 111001 | 101111 |
Color Harmonies of #AFBC34
Complementary color
Monochromatic Colors of #AFBC34
Black with #AFBC34
Text Example
Text Example
White with #AFBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC34; }
p { color: rgb(175,188,52); }
H1.HeaderClassName
{
color: #AFBC34;
}
.AnyTagClassName
{
color: #AFBC34;
}
</style>
background-color css
<style>
a { background-color: #AFBC34; }
a { background-color: rgb(175,188,52); }
div.DivClassName
{
background-color: #AFBC34;
}
.BgClassName
{
background-color: #AFBC34;
}
</style>
border-color css
<style>
span { border-color: #AFBC34; }
span { border-color: rgb(175,188,52); }
td.TdClassName
{
border-color: #AFBC34;
}
.TagClassName
{
border-color: #AFBC34;
}
</style>