Shades of Celery #AFB440
Tints of Celery #AFB440
RGB
CMYK
RGB Variations
Color information
#AFB440 (or 0xAFB440) is known color: Celery. HEX triplet: AF, B4 and 40. RGB value is (175,180,64). Sum of RGB (Red+Green+Blue) = 175+180+64=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB440 is #504BBF. Grayscale: #A5A5A5. Windows color (decimal): -5262272 or 4240559. OLE color: 4240559.
HSL color Cylindrical-coordinate representation of color #AFB440: hue angle of 62.59º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFB440 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 64 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.29 |
| HSL | 62.59º | 0.48% | 0.48% | - |
| HSV(B) | 62.59º | 0.64% | 0.71% | - |
| XYZ | 34.93 | 42.13 | 11.14 | - |
| YUV | 165.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 64 | 0.03 | 0 | 0.64 | 0.29 | 62.59 | 0.48 | 0.48 |
| Hex | AF | B4 | 40 | 3 | 0 | 40 | 1D | 3F | 30 | 30 |
| Octal | 257 | 264 | 100 | 3 | 0 | 100 | 35 | 77 | 60 | 60 |
| Binary | 10101111 | 10110100 | 1000000 | 11 | 0 | 1000000 | 11101 | 111111 | 110000 | 110000 |
Color Harmonies of #AFB440
Complementary color
Monochromatic Colors of #AFB440
Black with #AFB440
Text Example
Text Example
White with #AFB440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB440; }
p { color: rgb(175,180,64); }
H1.HeaderClassName
{
color: #AFB440;
}
.AnyTagClassName
{
color: #AFB440;
}
</style>
background-color css
<style>
a { background-color: #AFB440; }
a { background-color: rgb(175,180,64); }
div.DivClassName
{
background-color: #AFB440;
}
.BgClassName
{
background-color: #AFB440;
}
</style>
border-color css
<style>
span { border-color: #AFB440; }
span { border-color: rgb(175,180,64); }
td.TdClassName
{
border-color: #AFB440;
}
.TagClassName
{
border-color: #AFB440;
}
</style>