Shades of Celery #AFB84C
Tints of Celery #AFB84C
RGB
CMYK
RGB Variations
Color information
#AFB84C (or 0xAFB84C) is known color: Celery. HEX triplet: AF, B8 and 4C. RGB value is (175,184,76). Sum of RGB (Red+Green+Blue) = 175+184+76=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB84C is #5047B3. Grayscale: #A9A9A9. Windows color (decimal): -5261236 or 5028015. OLE color: 5028015.
HSL color Cylindrical-coordinate representation of color #AFB84C: hue angle of 65º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFB84C is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 76 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.28 |
| HSL | 65º | 0.43% | 0.51% | - |
| HSV(B) | 65º | 0.59% | 0.72% | - |
| XYZ | 36.12 | 43.92 | 13.41 | - |
| YUV | 169 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 76 | 0.05 | 0 | 0.59 | 0.28 | 65 | 0.43 | 0.51 |
| Hex | AF | B8 | 4C | 5 | 0 | 3B | 1C | 41 | 2B | 33 |
| Octal | 257 | 270 | 114 | 5 | 0 | 73 | 34 | 101 | 53 | 63 |
| Binary | 10101111 | 10111000 | 1001100 | 101 | 0 | 111011 | 11100 | 1000001 | 101011 | 110011 |
Color Harmonies of #AFB84C
Complementary color
Monochromatic Colors of #AFB84C
Black with #AFB84C
Text Example
Text Example
White with #AFB84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB84C; }
p { color: rgb(175,184,76); }
H1.HeaderClassName
{
color: #AFB84C;
}
.AnyTagClassName
{
color: #AFB84C;
}
</style>
background-color css
<style>
a { background-color: #AFB84C; }
a { background-color: rgb(175,184,76); }
div.DivClassName
{
background-color: #AFB84C;
}
.BgClassName
{
background-color: #AFB84C;
}
</style>
border-color css
<style>
span { border-color: #AFB84C; }
span { border-color: rgb(175,184,76); }
td.TdClassName
{
border-color: #AFB84C;
}
.TagClassName
{
border-color: #AFB84C;
}
</style>