Shades of Celery #AFB849
Tints of Celery #AFB849
RGB
CMYK
RGB Variations
Color information
#AFB849 (or 0xAFB849) is known color: Celery. HEX triplet: AF, B8 and 49. RGB value is (175,184,73). Sum of RGB (Red+Green+Blue) = 175+184+73=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB849 is #5047B6. Grayscale: #A9A9A9. Windows color (decimal): -5261239 or 4831407. OLE color: 4831407.
HSL color Cylindrical-coordinate representation of color #AFB849: hue angle of 64.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFB849 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 73 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.28 |
| HSL | 64.86º | 0.44% | 0.5% | - |
| HSV(B) | 64.86º | 0.6% | 0.72% | - |
| XYZ | 36.02 | 43.88 | 12.87 | - |
| YUV | 168.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 73 | 0.05 | 0 | 0.60 | 0.28 | 64.86 | 0.44 | 0.5 |
| Hex | AF | B8 | 49 | 5 | 0 | 3C | 1C | 41 | 2C | 32 |
| Octal | 257 | 270 | 111 | 5 | 0 | 74 | 34 | 101 | 54 | 62 |
| Binary | 10101111 | 10111000 | 1001001 | 101 | 0 | 111100 | 11100 | 1000001 | 101100 | 110010 |
Color Harmonies of #AFB849
Complementary color
Monochromatic Colors of #AFB849
Black with #AFB849
Text Example
Text Example
White with #AFB849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB849; }
p { color: rgb(175,184,73); }
H1.HeaderClassName
{
color: #AFB849;
}
.AnyTagClassName
{
color: #AFB849;
}
</style>
background-color css
<style>
a { background-color: #AFB849; }
a { background-color: rgb(175,184,73); }
div.DivClassName
{
background-color: #AFB849;
}
.BgClassName
{
background-color: #AFB849;
}
</style>
border-color css
<style>
span { border-color: #AFB849; }
span { border-color: rgb(175,184,73); }
td.TdClassName
{
border-color: #AFB849;
}
.TagClassName
{
border-color: #AFB849;
}
</style>