Shades of Celery #AFB850
Tints of Celery #AFB850
RGB
CMYK
RGB Variations
Color information
#AFB850 (or 0xAFB850) is known color: Celery. HEX triplet: AF, B8 and 50. RGB value is (175,184,80). Sum of RGB (Red+Green+Blue) = 175+184+80=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB850 is #5047AF. Grayscale: #A9A9A9. Windows color (decimal): -5261232 or 5290159. OLE color: 5290159.
HSL color Cylindrical-coordinate representation of color #AFB850: hue angle of 65.19º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFB850 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 80 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.28 |
| HSL | 65.19º | 0.42% | 0.52% | - |
| HSV(B) | 65.19º | 0.57% | 0.72% | - |
| XYZ | 36.27 | 43.97 | 14.17 | - |
| YUV | 169.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 80 | 0.05 | 0 | 0.57 | 0.28 | 65.19 | 0.42 | 0.52 |
| Hex | AF | B8 | 50 | 5 | 0 | 39 | 1C | 41 | 2A | 34 |
| Octal | 257 | 270 | 120 | 5 | 0 | 71 | 34 | 101 | 52 | 64 |
| Binary | 10101111 | 10111000 | 1010000 | 101 | 0 | 111001 | 11100 | 1000001 | 101010 | 110100 |
Color Harmonies of #AFB850
Complementary color
Monochromatic Colors of #AFB850
Black with #AFB850
Text Example
Text Example
White with #AFB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB850; }
p { color: rgb(175,184,80); }
H1.HeaderClassName
{
color: #AFB850;
}
.AnyTagClassName
{
color: #AFB850;
}
</style>
background-color css
<style>
a { background-color: #AFB850; }
a { background-color: rgb(175,184,80); }
div.DivClassName
{
background-color: #AFB850;
}
.BgClassName
{
background-color: #AFB850;
}
</style>
border-color css
<style>
span { border-color: #AFB850; }
span { border-color: rgb(175,184,80); }
td.TdClassName
{
border-color: #AFB850;
}
.TagClassName
{
border-color: #AFB850;
}
</style>