Shades of Celery #AFB93F
Tints of Celery #AFB93F
RGB
CMYK
RGB Variations
Color information
#AFB93F (or 0xAFB93F) is known color: Celery. HEX triplet: AF, B9 and 3F. RGB value is (175,185,63). Sum of RGB (Red+Green+Blue) = 175+185+63=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB93F is #5046C0. Grayscale: #A8A8A8. Windows color (decimal): -5260993 or 4176303. OLE color: 4176303.
HSL color Cylindrical-coordinate representation of color #AFB93F: hue angle of 64.92º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFB93F is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 63 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.27 |
| HSL | 64.92º | 0.49% | 0.49% | - |
| HSV(B) | 64.92º | 0.66% | 0.73% | - |
| XYZ | 35.93 | 44.17 | 11.33 | - |
| YUV | 168.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 63 | 0.05 | 0 | 0.66 | 0.27 | 64.92 | 0.49 | 0.49 |
| Hex | AF | B9 | 3F | 5 | 0 | 42 | 1B | 41 | 31 | 31 |
| Octal | 257 | 271 | 77 | 5 | 0 | 102 | 33 | 101 | 61 | 61 |
| Binary | 10101111 | 10111001 | 111111 | 101 | 0 | 1000010 | 11011 | 1000001 | 110001 | 110001 |
Color Harmonies of #AFB93F
Complementary color
Monochromatic Colors of #AFB93F
Black with #AFB93F
Text Example
Text Example
White with #AFB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB93F; }
p { color: rgb(175,185,63); }
H1.HeaderClassName
{
color: #AFB93F;
}
.AnyTagClassName
{
color: #AFB93F;
}
</style>
background-color css
<style>
a { background-color: #AFB93F; }
a { background-color: rgb(175,185,63); }
div.DivClassName
{
background-color: #AFB93F;
}
.BgClassName
{
background-color: #AFB93F;
}
</style>
border-color css
<style>
span { border-color: #AFB93F; }
span { border-color: rgb(175,185,63); }
td.TdClassName
{
border-color: #AFB93F;
}
.TagClassName
{
border-color: #AFB93F;
}
</style>