Shades of Celery #AFB94A
Tints of Celery #AFB94A
RGB
CMYK
RGB Variations
Color information
#AFB94A (or 0xAFB94A) is known color: Celery. HEX triplet: AF, B9 and 4A. RGB value is (175,185,74). Sum of RGB (Red+Green+Blue) = 175+185+74=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB94A is #5046B5. Grayscale: #A9A9A9. Windows color (decimal): -5260982 or 4897199. OLE color: 4897199.
HSL color Cylindrical-coordinate representation of color #AFB94A: hue angle of 65.41º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFB94A is Cyan = 0.05, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 74 | - |
| CMYK | 0.05 | 0 | 0.6 | 0.27 |
| HSL | 65.41º | 0.44% | 0.51% | - |
| HSV(B) | 65.41º | 0.6% | 0.73% | - |
| XYZ | 36.26 | 44.31 | 13.12 | - |
| YUV | 169.36 | 74.19 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 74 | 0.05 | 0 | 0.6 | 0.27 | 65.41 | 0.44 | 0.51 |
| Hex | AF | B9 | 4A | 5 | 0 | 3C | 1B | 41 | 2C | 33 |
| Octal | 257 | 271 | 112 | 5 | 0 | 74 | 33 | 101 | 54 | 63 |
| Binary | 10101111 | 10111001 | 1001010 | 101 | 0 | 111100 | 11011 | 1000001 | 101100 | 110011 |
Color Harmonies of #AFB94A
Complementary color
Monochromatic Colors of #AFB94A
Black with #AFB94A
Text Example
Text Example
White with #AFB94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB94A; }
p { color: rgb(175,185,74); }
H1.HeaderClassName
{
color: #AFB94A;
}
.AnyTagClassName
{
color: #AFB94A;
}
</style>
background-color css
<style>
a { background-color: #AFB94A; }
a { background-color: rgb(175,185,74); }
div.DivClassName
{
background-color: #AFB94A;
}
.BgClassName
{
background-color: #AFB94A;
}
</style>
border-color css
<style>
span { border-color: #AFB94A; }
span { border-color: rgb(175,185,74); }
td.TdClassName
{
border-color: #AFB94A;
}
.TagClassName
{
border-color: #AFB94A;
}
</style>