Shades of Celery #AFBC4A
Tints of Celery #AFBC4A
RGB
CMYK
RGB Variations
Color information
#AFBC4A (or 0xAFBC4A) is known color: Celery. HEX triplet: AF, BC and 4A. RGB value is (175,188,74). Sum of RGB (Red+Green+Blue) = 175+188+74=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC4A is #5043B5. Grayscale: #ABABAB. Windows color (decimal): -5260214 or 4897967. OLE color: 4897967.
HSL color Cylindrical-coordinate representation of color #AFBC4A: hue angle of 66.84º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFBC4A is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 74 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.26 |
| HSL | 66.84º | 0.46% | 0.51% | - |
| HSV(B) | 66.84º | 0.61% | 0.74% | - |
| XYZ | 36.9 | 45.57 | 13.33 | - |
| YUV | 171.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 74 | 0.07 | 0 | 0.61 | 0.26 | 66.84 | 0.46 | 0.51 |
| Hex | AF | BC | 4A | 7 | 0 | 3D | 1A | 43 | 2E | 33 |
| Octal | 257 | 274 | 112 | 7 | 0 | 75 | 32 | 103 | 56 | 63 |
| Binary | 10101111 | 10111100 | 1001010 | 111 | 0 | 111101 | 11010 | 1000011 | 101110 | 110011 |
Color Harmonies of #AFBC4A
Complementary color
Monochromatic Colors of #AFBC4A
Black with #AFBC4A
Text Example
Text Example
White with #AFBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC4A; }
p { color: rgb(175,188,74); }
H1.HeaderClassName
{
color: #AFBC4A;
}
.AnyTagClassName
{
color: #AFBC4A;
}
</style>
background-color css
<style>
a { background-color: #AFBC4A; }
a { background-color: rgb(175,188,74); }
div.DivClassName
{
background-color: #AFBC4A;
}
.BgClassName
{
background-color: #AFBC4A;
}
</style>
border-color css
<style>
span { border-color: #AFBC4A; }
span { border-color: rgb(175,188,74); }
td.TdClassName
{
border-color: #AFBC4A;
}
.TagClassName
{
border-color: #AFBC4A;
}
</style>