Shades of Celery #AFBC54
Tints of Celery #AFBC54
RGB
CMYK
RGB Variations
Color information
#AFBC54 (or 0xAFBC54) is known color: Celery. HEX triplet: AF, BC and 54. RGB value is (175,188,84). Sum of RGB (Red+Green+Blue) = 175+188+84=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC54 is #5043AB. Grayscale: #ACACAC. Windows color (decimal): -5260204 or 5553327. OLE color: 5553327.
HSL color Cylindrical-coordinate representation of color #AFBC54: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFBC54 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 84 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.26 |
| HSL | 67.5º | 0.44% | 0.53% | - |
| HSV(B) | 67.5º | 0.55% | 0.74% | - |
| XYZ | 37.26 | 45.72 | 15.25 | - |
| YUV | 172.26 | 78.19 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 84 | 0.07 | 0 | 0.55 | 0.26 | 67.5 | 0.44 | 0.53 |
| Hex | AF | BC | 54 | 7 | 0 | 37 | 1A | 44 | 2C | 35 |
| Octal | 257 | 274 | 124 | 7 | 0 | 67 | 32 | 104 | 54 | 65 |
| Binary | 10101111 | 10111100 | 1010100 | 111 | 0 | 110111 | 11010 | 1000100 | 101100 | 110101 |
Color Harmonies of #AFBC54
Complementary color
Monochromatic Colors of #AFBC54
Black with #AFBC54
Text Example
Text Example
White with #AFBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC54; }
p { color: rgb(175,188,84); }
H1.HeaderClassName
{
color: #AFBC54;
}
.AnyTagClassName
{
color: #AFBC54;
}
</style>
background-color css
<style>
a { background-color: #AFBC54; }
a { background-color: rgb(175,188,84); }
div.DivClassName
{
background-color: #AFBC54;
}
.BgClassName
{
background-color: #AFBC54;
}
</style>
border-color css
<style>
span { border-color: #AFBC54; }
span { border-color: rgb(175,188,84); }
td.TdClassName
{
border-color: #AFBC54;
}
.TagClassName
{
border-color: #AFBC54;
}
</style>