Shades of Celery #AFB948
Tints of Celery #AFB948
RGB
CMYK
RGB Variations
Color information
#AFB948 (or 0xAFB948) is known color: Celery. HEX triplet: AF, B9 and 48. RGB value is (175,185,72). Sum of RGB (Red+Green+Blue) = 175+185+72=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB948 is #5046B7. Grayscale: #A9A9A9. Windows color (decimal): -5260984 or 4766127. OLE color: 4766127.
HSL color Cylindrical-coordinate representation of color #AFB948: hue angle of 65.31º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFB948 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 72 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.27 |
| HSL | 65.31º | 0.45% | 0.5% | - |
| HSV(B) | 65.31º | 0.61% | 0.73% | - |
| XYZ | 36.2 | 44.28 | 12.77 | - |
| YUV | 169.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 72 | 0.05 | 0 | 0.61 | 0.27 | 65.31 | 0.45 | 0.5 |
| Hex | AF | B9 | 48 | 5 | 0 | 3D | 1B | 41 | 2D | 32 |
| Octal | 257 | 271 | 110 | 5 | 0 | 75 | 33 | 101 | 55 | 62 |
| Binary | 10101111 | 10111001 | 1001000 | 101 | 0 | 111101 | 11011 | 1000001 | 101101 | 110010 |
Color Harmonies of #AFB948
Complementary color
Monochromatic Colors of #AFB948
Black with #AFB948
Text Example
Text Example
White with #AFB948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB948; }
p { color: rgb(175,185,72); }
H1.HeaderClassName
{
color: #AFB948;
}
.AnyTagClassName
{
color: #AFB948;
}
</style>
background-color css
<style>
a { background-color: #AFB948; }
a { background-color: rgb(175,185,72); }
div.DivClassName
{
background-color: #AFB948;
}
.BgClassName
{
background-color: #AFB948;
}
</style>
border-color css
<style>
span { border-color: #AFB948; }
span { border-color: rgb(175,185,72); }
td.TdClassName
{
border-color: #AFB948;
}
.TagClassName
{
border-color: #AFB948;
}
</style>