Shades of Celery #AFB940
Tints of Celery #AFB940
RGB
CMYK
RGB Variations
Color information
#AFB940 (or 0xAFB940) is known color: Celery. HEX triplet: AF, B9 and 40. RGB value is (175,185,64). Sum of RGB (Red+Green+Blue) = 175+185+64=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB940 is #5046BF. Grayscale: #A8A8A8. Windows color (decimal): -5260992 or 4241839. OLE color: 4241839.
HSL color Cylindrical-coordinate representation of color #AFB940: hue angle of 64.96º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFB940 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 64 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.27 |
| HSL | 64.96º | 0.49% | 0.49% | - |
| HSV(B) | 64.96º | 0.65% | 0.73% | - |
| XYZ | 35.95 | 44.18 | 11.48 | - |
| YUV | 168.22 | 69.19 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 64 | 0.05 | 0 | 0.65 | 0.27 | 64.96 | 0.49 | 0.49 |
| Hex | AF | B9 | 40 | 5 | 0 | 41 | 1B | 41 | 31 | 31 |
| Octal | 257 | 271 | 100 | 5 | 0 | 101 | 33 | 101 | 61 | 61 |
| Binary | 10101111 | 10111001 | 1000000 | 101 | 0 | 1000001 | 11011 | 1000001 | 110001 | 110001 |
Color Harmonies of #AFB940
Complementary color
Monochromatic Colors of #AFB940
Black with #AFB940
Text Example
Text Example
White with #AFB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB940; }
p { color: rgb(175,185,64); }
H1.HeaderClassName
{
color: #AFB940;
}
.AnyTagClassName
{
color: #AFB940;
}
</style>
background-color css
<style>
a { background-color: #AFB940; }
a { background-color: rgb(175,185,64); }
div.DivClassName
{
background-color: #AFB940;
}
.BgClassName
{
background-color: #AFB940;
}
</style>
border-color css
<style>
span { border-color: #AFB940; }
span { border-color: rgb(175,185,64); }
td.TdClassName
{
border-color: #AFB940;
}
.TagClassName
{
border-color: #AFB940;
}
</style>