Shades of Celery #AFBC4C
Tints of Celery #AFBC4C
RGB
CMYK
RGB Variations
Color information
#AFBC4C (or 0xAFBC4C) is known color: Celery. HEX triplet: AF, BC and 4C. RGB value is (175,188,76). Sum of RGB (Red+Green+Blue) = 175+188+76=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC4C is #5043B3. Grayscale: #ABABAB. Windows color (decimal): -5260212 or 5029039. OLE color: 5029039.
HSL color Cylindrical-coordinate representation of color #AFBC4C: hue angle of 66.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFBC4C is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 76 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.26 |
| HSL | 66.96º | 0.46% | 0.52% | - |
| HSV(B) | 66.96º | 0.6% | 0.74% | - |
| XYZ | 36.97 | 45.6 | 13.69 | - |
| YUV | 171.35 | 74.19 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 76 | 0.07 | 0 | 0.60 | 0.26 | 66.96 | 0.46 | 0.52 |
| Hex | AF | BC | 4C | 7 | 0 | 3C | 1A | 43 | 2E | 34 |
| Octal | 257 | 274 | 114 | 7 | 0 | 74 | 32 | 103 | 56 | 64 |
| Binary | 10101111 | 10111100 | 1001100 | 111 | 0 | 111100 | 11010 | 1000011 | 101110 | 110100 |
Color Harmonies of #AFBC4C
Complementary color
Monochromatic Colors of #AFBC4C
Black with #AFBC4C
Text Example
Text Example
White with #AFBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC4C; }
p { color: rgb(175,188,76); }
H1.HeaderClassName
{
color: #AFBC4C;
}
.AnyTagClassName
{
color: #AFBC4C;
}
</style>
background-color css
<style>
a { background-color: #AFBC4C; }
a { background-color: rgb(175,188,76); }
div.DivClassName
{
background-color: #AFBC4C;
}
.BgClassName
{
background-color: #AFBC4C;
}
</style>
border-color css
<style>
span { border-color: #AFBC4C; }
span { border-color: rgb(175,188,76); }
td.TdClassName
{
border-color: #AFBC4C;
}
.TagClassName
{
border-color: #AFBC4C;
}
</style>