Shades of Celery #AFB749
Tints of Celery #AFB749
RGB
CMYK
RGB Variations
Color information
#AFB749 (or 0xAFB749) is known color: Celery. HEX triplet: AF, B7 and 49. RGB value is (175,183,73). Sum of RGB (Red+Green+Blue) = 175+183+73=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB749 is #5048B6. Grayscale: #A8A8A8. Windows color (decimal): -5261495 or 4831151. OLE color: 4831151.
HSL color Cylindrical-coordinate representation of color #AFB749: hue angle of 64.36º degrees, saturation: 0.43, 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 #AFB749 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 73 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.28 |
| HSL | 64.36º | 0.43% | 0.5% | - |
| HSV(B) | 64.36º | 0.6% | 0.72% | - |
| XYZ | 35.82 | 43.46 | 12.8 | - |
| YUV | 168.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 73 | 0.04 | 0 | 0.60 | 0.28 | 64.36 | 0.43 | 0.5 |
| Hex | AF | B7 | 49 | 4 | 0 | 3C | 1C | 40 | 2B | 32 |
| Octal | 257 | 267 | 111 | 4 | 0 | 74 | 34 | 100 | 53 | 62 |
| Binary | 10101111 | 10110111 | 1001001 | 100 | 0 | 111100 | 11100 | 1000000 | 101011 | 110010 |
Color Harmonies of #AFB749
Complementary color
Monochromatic Colors of #AFB749
Black with #AFB749
Text Example
Text Example
White with #AFB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB749; }
p { color: rgb(175,183,73); }
H1.HeaderClassName
{
color: #AFB749;
}
.AnyTagClassName
{
color: #AFB749;
}
</style>
background-color css
<style>
a { background-color: #AFB749; }
a { background-color: rgb(175,183,73); }
div.DivClassName
{
background-color: #AFB749;
}
.BgClassName
{
background-color: #AFB749;
}
</style>
border-color css
<style>
span { border-color: #AFB749; }
span { border-color: rgb(175,183,73); }
td.TdClassName
{
border-color: #AFB749;
}
.TagClassName
{
border-color: #AFB749;
}
</style>