Shades of Celery #AFB939
Tints of Celery #AFB939
RGB
CMYK
RGB Variations
Color information
#AFB939 (or 0xAFB939) is known color: Celery. HEX triplet: AF, B9 and 39. RGB value is (175,185,57). Sum of RGB (Red+Green+Blue) = 175+185+57=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB939 is #5046C6. Grayscale: #A7A7A7. Windows color (decimal): -5260999 or 3783087. OLE color: 3783087.
HSL color Cylindrical-coordinate representation of color #AFB939: hue angle of 64.69º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFB939 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 57 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.27 |
| HSL | 64.69º | 0.53% | 0.47% | - |
| HSV(B) | 64.69º | 0.69% | 0.73% | - |
| XYZ | 35.77 | 44.11 | 10.5 | - |
| YUV | 167.42 | 65.69 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 57 | 0.05 | 0 | 0.69 | 0.27 | 64.69 | 0.53 | 0.47 |
| Hex | AF | B9 | 39 | 5 | 0 | 45 | 1B | 41 | 35 | 2F |
| Octal | 257 | 271 | 71 | 5 | 0 | 105 | 33 | 101 | 65 | 57 |
| Binary | 10101111 | 10111001 | 111001 | 101 | 0 | 1000101 | 11011 | 1000001 | 110101 | 101111 |
Color Harmonies of #AFB939
Complementary color
Monochromatic Colors of #AFB939
Black with #AFB939
Text Example
Text Example
White with #AFB939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB939; }
p { color: rgb(175,185,57); }
H1.HeaderClassName
{
color: #AFB939;
}
.AnyTagClassName
{
color: #AFB939;
}
</style>
background-color css
<style>
a { background-color: #AFB939; }
a { background-color: rgb(175,185,57); }
div.DivClassName
{
background-color: #AFB939;
}
.BgClassName
{
background-color: #AFB939;
}
</style>
border-color css
<style>
span { border-color: #AFB939; }
span { border-color: rgb(175,185,57); }
td.TdClassName
{
border-color: #AFB939;
}
.TagClassName
{
border-color: #AFB939;
}
</style>