Shades of Celery #AFB852
Tints of Celery #AFB852
RGB
CMYK
RGB Variations
Color information
#AFB852 (or 0xAFB852) is known color: Celery. HEX triplet: AF, B8 and 52. RGB value is (175,184,82). Sum of RGB (Red+Green+Blue) = 175+184+82=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB852 is #5047AD. Grayscale: #AAAAAA. Windows color (decimal): -5261230 or 5421231. OLE color: 5421231.
HSL color Cylindrical-coordinate representation of color #AFB852: hue angle of 65.29º 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 #AFB852 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 82 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.28 |
| HSL | 65.29º | 0.42% | 0.52% | - |
| HSV(B) | 65.29º | 0.55% | 0.72% | - |
| XYZ | 36.34 | 44 | 14.56 | - |
| YUV | 169.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 82 | 0.05 | 0 | 0.55 | 0.28 | 65.29 | 0.42 | 0.52 |
| Hex | AF | B8 | 52 | 5 | 0 | 37 | 1C | 41 | 2A | 34 |
| Octal | 257 | 270 | 122 | 5 | 0 | 67 | 34 | 101 | 52 | 64 |
| Binary | 10101111 | 10111000 | 1010010 | 101 | 0 | 110111 | 11100 | 1000001 | 101010 | 110100 |
Color Harmonies of #AFB852
Complementary color
Monochromatic Colors of #AFB852
Black with #AFB852
Text Example
Text Example
White with #AFB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB852; }
p { color: rgb(175,184,82); }
H1.HeaderClassName
{
color: #AFB852;
}
.AnyTagClassName
{
color: #AFB852;
}
</style>
background-color css
<style>
a { background-color: #AFB852; }
a { background-color: rgb(175,184,82); }
div.DivClassName
{
background-color: #AFB852;
}
.BgClassName
{
background-color: #AFB852;
}
</style>
border-color css
<style>
span { border-color: #AFB852; }
span { border-color: rgb(175,184,82); }
td.TdClassName
{
border-color: #AFB852;
}
.TagClassName
{
border-color: #AFB852;
}
</style>