Shades of Celery #AFB642
Tints of Celery #AFB642
RGB
CMYK
RGB Variations
Color information
#AFB642 (or 0xAFB642) is known color: Celery. HEX triplet: AF, B6 and 42. RGB value is (175,182,66). Sum of RGB (Red+Green+Blue) = 175+182+66=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB642 is #5049BD. Grayscale: #A7A7A7. Windows color (decimal): -5261758 or 4372143. OLE color: 4372143.
HSL color Cylindrical-coordinate representation of color #AFB642: hue angle of 63.62º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFB642 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 66 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.29 |
| HSL | 63.62º | 0.47% | 0.49% | - |
| HSV(B) | 63.62º | 0.64% | 0.71% | - |
| XYZ | 35.39 | 42.96 | 11.58 | - |
| YUV | 166.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 66 | 0.04 | 0 | 0.64 | 0.29 | 63.62 | 0.47 | 0.49 |
| Hex | AF | B6 | 42 | 4 | 0 | 40 | 1D | 40 | 2F | 31 |
| Octal | 257 | 266 | 102 | 4 | 0 | 100 | 35 | 100 | 57 | 61 |
| Binary | 10101111 | 10110110 | 1000010 | 100 | 0 | 1000000 | 11101 | 1000000 | 101111 | 110001 |
Color Harmonies of #AFB642
Complementary color
Monochromatic Colors of #AFB642
Black with #AFB642
Text Example
Text Example
White with #AFB642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB642; }
p { color: rgb(175,182,66); }
H1.HeaderClassName
{
color: #AFB642;
}
.AnyTagClassName
{
color: #AFB642;
}
</style>
background-color css
<style>
a { background-color: #AFB642; }
a { background-color: rgb(175,182,66); }
div.DivClassName
{
background-color: #AFB642;
}
.BgClassName
{
background-color: #AFB642;
}
</style>
border-color css
<style>
span { border-color: #AFB642; }
span { border-color: rgb(175,182,66); }
td.TdClassName
{
border-color: #AFB642;
}
.TagClassName
{
border-color: #AFB642;
}
</style>