Shades of Celery #AFBA3F
Tints of Celery #AFBA3F
RGB
CMYK
RGB Variations
Color information
#AFBA3F (or 0xAFBA3F) is known color: Celery. HEX triplet: AF, BA and 3F. RGB value is (175,186,63). Sum of RGB (Red+Green+Blue) = 175+186+63=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA3F is #5045C0. Grayscale: #A9A9A9. Windows color (decimal): -5260737 or 4176559. OLE color: 4176559.
HSL color Cylindrical-coordinate representation of color #AFBA3F: hue angle of 65.37º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFBA3F is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 63 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.27 |
| HSL | 65.37º | 0.49% | 0.49% | - |
| HSV(B) | 65.37º | 0.66% | 0.73% | - |
| XYZ | 36.14 | 44.59 | 11.4 | - |
| YUV | 168.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 63 | 0.06 | 0 | 0.66 | 0.27 | 65.37 | 0.49 | 0.49 |
| Hex | AF | BA | 3F | 6 | 0 | 42 | 1B | 41 | 31 | 31 |
| Octal | 257 | 272 | 77 | 6 | 0 | 102 | 33 | 101 | 61 | 61 |
| Binary | 10101111 | 10111010 | 111111 | 110 | 0 | 1000010 | 11011 | 1000001 | 110001 | 110001 |
Color Harmonies of #AFBA3F
Complementary color
Monochromatic Colors of #AFBA3F
Black with #AFBA3F
Text Example
Text Example
White with #AFBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA3F; }
p { color: rgb(175,186,63); }
H1.HeaderClassName
{
color: #AFBA3F;
}
.AnyTagClassName
{
color: #AFBA3F;
}
</style>
background-color css
<style>
a { background-color: #AFBA3F; }
a { background-color: rgb(175,186,63); }
div.DivClassName
{
background-color: #AFBA3F;
}
.BgClassName
{
background-color: #AFBA3F;
}
</style>
border-color css
<style>
span { border-color: #AFBA3F; }
span { border-color: rgb(175,186,63); }
td.TdClassName
{
border-color: #AFBA3F;
}
.TagClassName
{
border-color: #AFBA3F;
}
</style>