Shades of Celery #AFB846
Tints of Celery #AFB846
RGB
CMYK
RGB Variations
Color information
#AFB846 (or 0xAFB846) is known color: Celery. HEX triplet: AF, B8 and 46. RGB value is (175,184,70). Sum of RGB (Red+Green+Blue) = 175+184+70=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB846 is #5047B9. Grayscale: #A8A8A8. Windows color (decimal): -5261242 or 4634799. OLE color: 4634799.
HSL color Cylindrical-coordinate representation of color #AFB846: hue angle of 64.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFB846 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 70 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.28 |
| HSL | 64.74º | 0.45% | 0.5% | - |
| HSV(B) | 64.74º | 0.62% | 0.72% | - |
| XYZ | 35.93 | 43.84 | 12.36 | - |
| YUV | 168.31 | 72.52 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 70 | 0.05 | 0 | 0.62 | 0.28 | 64.74 | 0.45 | 0.5 |
| Hex | AF | B8 | 46 | 5 | 0 | 3E | 1C | 41 | 2D | 32 |
| Octal | 257 | 270 | 106 | 5 | 0 | 76 | 34 | 101 | 55 | 62 |
| Binary | 10101111 | 10111000 | 1000110 | 101 | 0 | 111110 | 11100 | 1000001 | 101101 | 110010 |
Color Harmonies of #AFB846
Complementary color
Monochromatic Colors of #AFB846
Black with #AFB846
Text Example
Text Example
White with #AFB846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB846; }
p { color: rgb(175,184,70); }
H1.HeaderClassName
{
color: #AFB846;
}
.AnyTagClassName
{
color: #AFB846;
}
</style>
background-color css
<style>
a { background-color: #AFB846; }
a { background-color: rgb(175,184,70); }
div.DivClassName
{
background-color: #AFB846;
}
.BgClassName
{
background-color: #AFB846;
}
</style>
border-color css
<style>
span { border-color: #AFB846; }
span { border-color: rgb(175,184,70); }
td.TdClassName
{
border-color: #AFB846;
}
.TagClassName
{
border-color: #AFB846;
}
</style>