Shades of Celery #AFBB40
Tints of Celery #AFBB40
RGB
CMYK
RGB Variations
Color information
#AFBB40 (or 0xAFBB40) is known color: Celery. HEX triplet: AF, BB and 40. RGB value is (175,187,64). Sum of RGB (Red+Green+Blue) = 175+187+64=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB40 is #5044BF. Grayscale: #A9A9A9. Windows color (decimal): -5260480 or 4242351. OLE color: 4242351.
HSL color Cylindrical-coordinate representation of color #AFBB40: hue angle of 65.85º 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 #AFBB40 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 187 | 64 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.27 |
| HSL | 65.85º | 0.49% | 0.49% | - |
| HSV(B) | 65.85º | 0.66% | 0.73% | - |
| XYZ | 36.37 | 45.02 | 11.62 | - |
| YUV | 169.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 64 | 0.06 | 0 | 0.66 | 0.27 | 65.85 | 0.49 | 0.49 |
| Hex | AF | BB | 40 | 6 | 0 | 42 | 1B | 42 | 31 | 31 |
| Octal | 257 | 273 | 100 | 6 | 0 | 102 | 33 | 102 | 61 | 61 |
| Binary | 10101111 | 10111011 | 1000000 | 110 | 0 | 1000010 | 11011 | 1000010 | 110001 | 110001 |
Color Harmonies of #AFBB40
Complementary color
Monochromatic Colors of #AFBB40
Black with #AFBB40
Text Example
Text Example
White with #AFBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBB40; }
p { color: rgb(175,187,64); }
H1.HeaderClassName
{
color: #AFBB40;
}
.AnyTagClassName
{
color: #AFBB40;
}
</style>
background-color css
<style>
a { background-color: #AFBB40; }
a { background-color: rgb(175,187,64); }
div.DivClassName
{
background-color: #AFBB40;
}
.BgClassName
{
background-color: #AFBB40;
}
</style>
border-color css
<style>
span { border-color: #AFBB40; }
span { border-color: rgb(175,187,64); }
td.TdClassName
{
border-color: #AFBB40;
}
.TagClassName
{
border-color: #AFBB40;
}
</style>