Shades of Celery #AFB64C
Tints of Celery #AFB64C
RGB
CMYK
RGB Variations
Color information
#AFB64C (or 0xAFB64C) is known color: Celery. HEX triplet: AF, B6 and 4C. RGB value is (175,182,76). Sum of RGB (Red+Green+Blue) = 175+182+76=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB64C is #5049B3. Grayscale: #A8A8A8. Windows color (decimal): -5261748 or 5027503. OLE color: 5027503.
HSL color Cylindrical-coordinate representation of color #AFB64C: hue angle of 63.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFB64C is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 76 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.29 |
| HSL | 63.96º | 0.42% | 0.51% | - |
| HSV(B) | 63.96º | 0.58% | 0.71% | - |
| XYZ | 35.71 | 43.09 | 13.27 | - |
| YUV | 167.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 76 | 0.04 | 0 | 0.58 | 0.29 | 63.96 | 0.42 | 0.51 |
| Hex | AF | B6 | 4C | 4 | 0 | 3A | 1D | 40 | 2A | 33 |
| Octal | 257 | 266 | 114 | 4 | 0 | 72 | 35 | 100 | 52 | 63 |
| Binary | 10101111 | 10110110 | 1001100 | 100 | 0 | 111010 | 11101 | 1000000 | 101010 | 110011 |
Color Harmonies of #AFB64C
Complementary color
Monochromatic Colors of #AFB64C
Black with #AFB64C
Text Example
Text Example
White with #AFB64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB64C; }
p { color: rgb(175,182,76); }
H1.HeaderClassName
{
color: #AFB64C;
}
.AnyTagClassName
{
color: #AFB64C;
}
</style>
background-color css
<style>
a { background-color: #AFB64C; }
a { background-color: rgb(175,182,76); }
div.DivClassName
{
background-color: #AFB64C;
}
.BgClassName
{
background-color: #AFB64C;
}
</style>
border-color css
<style>
span { border-color: #AFB64C; }
span { border-color: rgb(175,182,76); }
td.TdClassName
{
border-color: #AFB64C;
}
.TagClassName
{
border-color: #AFB64C;
}
</style>