Shades of Celery #AFB94E
Tints of Celery #AFB94E
RGB
CMYK
RGB Variations
Color information
#AFB94E (or 0xAFB94E) is known color: Celery. HEX triplet: AF, B9 and 4E. RGB value is (175,185,78). Sum of RGB (Red+Green+Blue) = 175+185+78=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB94E is #5046B1. Grayscale: #AAAAAA. Windows color (decimal): -5260978 or 5159343. OLE color: 5159343.
HSL color Cylindrical-coordinate representation of color #AFB94E: hue angle of 65.61º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFB94E is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 78 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.27 |
| HSL | 65.61º | 0.43% | 0.52% | - |
| HSV(B) | 65.61º | 0.58% | 0.73% | - |
| XYZ | 36.4 | 44.36 | 13.85 | - |
| YUV | 169.81 | 76.19 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 78 | 0.05 | 0 | 0.58 | 0.27 | 65.61 | 0.43 | 0.52 |
| Hex | AF | B9 | 4E | 5 | 0 | 3A | 1B | 42 | 2B | 34 |
| Octal | 257 | 271 | 116 | 5 | 0 | 72 | 33 | 102 | 53 | 64 |
| Binary | 10101111 | 10111001 | 1001110 | 101 | 0 | 111010 | 11011 | 1000010 | 101011 | 110100 |
Color Harmonies of #AFB94E
Complementary color
Monochromatic Colors of #AFB94E
Black with #AFB94E
Text Example
Text Example
White with #AFB94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB94E; }
p { color: rgb(175,185,78); }
H1.HeaderClassName
{
color: #AFB94E;
}
.AnyTagClassName
{
color: #AFB94E;
}
</style>
background-color css
<style>
a { background-color: #AFB94E; }
a { background-color: rgb(175,185,78); }
div.DivClassName
{
background-color: #AFB94E;
}
.BgClassName
{
background-color: #AFB94E;
}
</style>
border-color css
<style>
span { border-color: #AFB94E; }
span { border-color: rgb(175,185,78); }
td.TdClassName
{
border-color: #AFB94E;
}
.TagClassName
{
border-color: #AFB94E;
}
</style>