Shades of Celery #AFBC43
Tints of Celery #AFBC43
RGB
CMYK
RGB Variations
Color information
#AFBC43 (or 0xAFBC43) is known color: Celery. HEX triplet: AF, BC and 43. RGB value is (175,188,67). Sum of RGB (Red+Green+Blue) = 175+188+67=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC43 is #5043BC. Grayscale: #AAAAAA. Windows color (decimal): -5260221 or 4439215. OLE color: 4439215.
HSL color Cylindrical-coordinate representation of color #AFBC43: hue angle of 66.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFBC43 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 67 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.26 |
| HSL | 66.45º | 0.47% | 0.5% | - |
| HSV(B) | 66.45º | 0.64% | 0.74% | - |
| XYZ | 36.68 | 45.49 | 12.16 | - |
| YUV | 170.32 | 69.69 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 67 | 0.07 | 0 | 0.64 | 0.26 | 66.45 | 0.47 | 0.5 |
| Hex | AF | BC | 43 | 7 | 0 | 40 | 1A | 42 | 2F | 32 |
| Octal | 257 | 274 | 103 | 7 | 0 | 100 | 32 | 102 | 57 | 62 |
| Binary | 10101111 | 10111100 | 1000011 | 111 | 0 | 1000000 | 11010 | 1000010 | 101111 | 110010 |
Color Harmonies of #AFBC43
Complementary color
Monochromatic Colors of #AFBC43
Black with #AFBC43
Text Example
Text Example
White with #AFBC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC43; }
p { color: rgb(175,188,67); }
H1.HeaderClassName
{
color: #AFBC43;
}
.AnyTagClassName
{
color: #AFBC43;
}
</style>
background-color css
<style>
a { background-color: #AFBC43; }
a { background-color: rgb(175,188,67); }
div.DivClassName
{
background-color: #AFBC43;
}
.BgClassName
{
background-color: #AFBC43;
}
</style>
border-color css
<style>
span { border-color: #AFBC43; }
span { border-color: rgb(175,188,67); }
td.TdClassName
{
border-color: #AFBC43;
}
.TagClassName
{
border-color: #AFBC43;
}
</style>