Shades of Celery #AFB943
Tints of Celery #AFB943
RGB
CMYK
RGB Variations
Color information
#AFB943 (or 0xAFB943) is known color: Celery. HEX triplet: AF, B9 and 43. RGB value is (175,185,67). Sum of RGB (Red+Green+Blue) = 175+185+67=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB943 is #5046BC. Grayscale: #A9A9A9. Windows color (decimal): -5260989 or 4438447. OLE color: 4438447.
HSL color Cylindrical-coordinate representation of color #AFB943: hue angle of 65.08º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFB943 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 67 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.27 |
| HSL | 65.08º | 0.47% | 0.49% | - |
| HSV(B) | 65.08º | 0.64% | 0.73% | - |
| XYZ | 36.04 | 44.22 | 11.95 | - |
| YUV | 168.56 | 70.69 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 67 | 0.05 | 0 | 0.64 | 0.27 | 65.08 | 0.47 | 0.49 |
| Hex | AF | B9 | 43 | 5 | 0 | 40 | 1B | 41 | 2F | 31 |
| Octal | 257 | 271 | 103 | 5 | 0 | 100 | 33 | 101 | 57 | 61 |
| Binary | 10101111 | 10111001 | 1000011 | 101 | 0 | 1000000 | 11011 | 1000001 | 101111 | 110001 |
Color Harmonies of #AFB943
Complementary color
Monochromatic Colors of #AFB943
Black with #AFB943
Text Example
Text Example
White with #AFB943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB943; }
p { color: rgb(175,185,67); }
H1.HeaderClassName
{
color: #AFB943;
}
.AnyTagClassName
{
color: #AFB943;
}
</style>
background-color css
<style>
a { background-color: #AFB943; }
a { background-color: rgb(175,185,67); }
div.DivClassName
{
background-color: #AFB943;
}
.BgClassName
{
background-color: #AFB943;
}
</style>
border-color css
<style>
span { border-color: #AFB943; }
span { border-color: rgb(175,185,67); }
td.TdClassName
{
border-color: #AFB943;
}
.TagClassName
{
border-color: #AFB943;
}
</style>