Shades of Celery #AFB449
Tints of Celery #AFB449
RGB
CMYK
RGB Variations
Color information
#AFB449 (or 0xAFB449) is known color: Celery. HEX triplet: AF, B4 and 49. RGB value is (175,180,73). Sum of RGB (Red+Green+Blue) = 175+180+73=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB449 is #504BB6. Grayscale: #A6A6A6. Windows color (decimal): -5262263 or 4830383. OLE color: 4830383.
HSL color Cylindrical-coordinate representation of color #AFB449: hue angle of 62.8º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFB449 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 73 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.29 |
| HSL | 62.8º | 0.42% | 0.5% | - |
| HSV(B) | 62.8º | 0.59% | 0.71% | - |
| XYZ | 35.2 | 42.24 | 12.6 | - |
| YUV | 166.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 73 | 0.03 | 0 | 0.59 | 0.29 | 62.8 | 0.42 | 0.5 |
| Hex | AF | B4 | 49 | 3 | 0 | 3B | 1D | 3F | 2A | 32 |
| Octal | 257 | 264 | 111 | 3 | 0 | 73 | 35 | 77 | 52 | 62 |
| Binary | 10101111 | 10110100 | 1001001 | 11 | 0 | 111011 | 11101 | 111111 | 101010 | 110010 |
Color Harmonies of #AFB449
Complementary color
Monochromatic Colors of #AFB449
Black with #AFB449
Text Example
Text Example
White with #AFB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB449; }
p { color: rgb(175,180,73); }
H1.HeaderClassName
{
color: #AFB449;
}
.AnyTagClassName
{
color: #AFB449;
}
</style>
background-color css
<style>
a { background-color: #AFB449; }
a { background-color: rgb(175,180,73); }
div.DivClassName
{
background-color: #AFB449;
}
.BgClassName
{
background-color: #AFB449;
}
</style>
border-color css
<style>
span { border-color: #AFB449; }
span { border-color: rgb(175,180,73); }
td.TdClassName
{
border-color: #AFB449;
}
.TagClassName
{
border-color: #AFB449;
}
</style>