Shades of Celery #AFBA43
Tints of Celery #AFBA43
RGB
CMYK
RGB Variations
Color information
#AFBA43 (or 0xAFBA43) is known color: Celery. HEX triplet: AF, BA and 43. RGB value is (175,186,67). Sum of RGB (Red+Green+Blue) = 175+186+67=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA43 is #5045BC. Grayscale: #A9A9A9. Windows color (decimal): -5260733 or 4438703. OLE color: 4438703.
HSL color Cylindrical-coordinate representation of color #AFBA43: hue angle of 65.55º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFBA43 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 67 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.27 |
| HSL | 65.55º | 0.47% | 0.5% | - |
| HSV(B) | 65.55º | 0.64% | 0.73% | - |
| XYZ | 36.25 | 44.64 | 12.02 | - |
| YUV | 169.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 67 | 0.06 | 0 | 0.64 | 0.27 | 65.55 | 0.47 | 0.5 |
| Hex | AF | BA | 43 | 6 | 0 | 40 | 1B | 42 | 2F | 32 |
| Octal | 257 | 272 | 103 | 6 | 0 | 100 | 33 | 102 | 57 | 62 |
| Binary | 10101111 | 10111010 | 1000011 | 110 | 0 | 1000000 | 11011 | 1000010 | 101111 | 110010 |
Color Harmonies of #AFBA43
Complementary color
Monochromatic Colors of #AFBA43
Black with #AFBA43
Text Example
Text Example
White with #AFBA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA43; }
p { color: rgb(175,186,67); }
H1.HeaderClassName
{
color: #AFBA43;
}
.AnyTagClassName
{
color: #AFBA43;
}
</style>
background-color css
<style>
a { background-color: #AFBA43; }
a { background-color: rgb(175,186,67); }
div.DivClassName
{
background-color: #AFBA43;
}
.BgClassName
{
background-color: #AFBA43;
}
</style>
border-color css
<style>
span { border-color: #AFBA43; }
span { border-color: rgb(175,186,67); }
td.TdClassName
{
border-color: #AFBA43;
}
.TagClassName
{
border-color: #AFBA43;
}
</style>