Shades of Celery #AFB935
Tints of Celery #AFB935
RGB
CMYK
RGB Variations
Color information
#AFB935 (or 0xAFB935) is known color: Celery. HEX triplet: AF, B9 and 35. RGB value is (175,185,53). Sum of RGB (Red+Green+Blue) = 175+185+53=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB935 is #5046CA. Grayscale: #A7A7A7. Windows color (decimal): -5261003 or 3520943. OLE color: 3520943.
HSL color Cylindrical-coordinate representation of color #AFB935: hue angle of 64.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFB935 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 53 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.27 |
| HSL | 64.55º | 0.55% | 0.47% | - |
| HSV(B) | 64.55º | 0.71% | 0.73% | - |
| XYZ | 35.67 | 44.07 | 9.99 | - |
| YUV | 166.96 | 63.69 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 53 | 0.05 | 0 | 0.71 | 0.27 | 64.55 | 0.55 | 0.47 |
| Hex | AF | B9 | 35 | 5 | 0 | 47 | 1B | 41 | 37 | 2F |
| Octal | 257 | 271 | 65 | 5 | 0 | 107 | 33 | 101 | 67 | 57 |
| Binary | 10101111 | 10111001 | 110101 | 101 | 0 | 1000111 | 11011 | 1000001 | 110111 | 101111 |
Color Harmonies of #AFB935
Complementary color
Monochromatic Colors of #AFB935
Black with #AFB935
Text Example
Text Example
White with #AFB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB935; }
p { color: rgb(175,185,53); }
H1.HeaderClassName
{
color: #AFB935;
}
.AnyTagClassName
{
color: #AFB935;
}
</style>
background-color css
<style>
a { background-color: #AFB935; }
a { background-color: rgb(175,185,53); }
div.DivClassName
{
background-color: #AFB935;
}
.BgClassName
{
background-color: #AFB935;
}
</style>
border-color css
<style>
span { border-color: #AFB935; }
span { border-color: rgb(175,185,53); }
td.TdClassName
{
border-color: #AFB935;
}
.TagClassName
{
border-color: #AFB935;
}
</style>