Shades of Celery #AFB853
Tints of Celery #AFB853
RGB
CMYK
RGB Variations
Color information
#AFB853 (or 0xAFB853) is known color: Celery. HEX triplet: AF, B8 and 53. RGB value is (175,184,83). Sum of RGB (Red+Green+Blue) = 175+184+83=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB853 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB853 is #5047AC. Grayscale: #AAAAAA. Windows color (decimal): -5261229 or 5486767. OLE color: 5486767.
HSL color Cylindrical-coordinate representation of color #AFB853: hue angle of 65.35º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFB853 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 83 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.28 |
| HSL | 65.35º | 0.42% | 0.52% | - |
| HSV(B) | 65.35º | 0.55% | 0.72% | - |
| XYZ | 36.38 | 44.02 | 14.76 | - |
| YUV | 169.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 83 | 0.05 | 0 | 0.55 | 0.28 | 65.35 | 0.42 | 0.52 |
| Hex | AF | B8 | 53 | 5 | 0 | 37 | 1C | 41 | 2A | 34 |
| Octal | 257 | 270 | 123 | 5 | 0 | 67 | 34 | 101 | 52 | 64 |
| Binary | 10101111 | 10111000 | 1010011 | 101 | 0 | 110111 | 11100 | 1000001 | 101010 | 110100 |
Color Harmonies of #AFB853
Complementary color
Monochromatic Colors of #AFB853
Black with #AFB853
Text Example
Text Example
White with #AFB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB853; }
p { color: rgb(175,184,83); }
H1.HeaderClassName
{
color: #AFB853;
}
.AnyTagClassName
{
color: #AFB853;
}
</style>
background-color css
<style>
a { background-color: #AFB853; }
a { background-color: rgb(175,184,83); }
div.DivClassName
{
background-color: #AFB853;
}
.BgClassName
{
background-color: #AFB853;
}
</style>
border-color css
<style>
span { border-color: #AFB853; }
span { border-color: rgb(175,184,83); }
td.TdClassName
{
border-color: #AFB853;
}
.TagClassName
{
border-color: #AFB853;
}
</style>