Shades of Celery #AFB542
Tints of Celery #AFB542
RGB
CMYK
RGB Variations
Color information
#AFB542 (or 0xAFB542) is known color: Celery. HEX triplet: AF, B5 and 42. RGB value is (175,181,66). Sum of RGB (Red+Green+Blue) = 175+181+66=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB542 is #504ABD. Grayscale: #A6A6A6. Windows color (decimal): -5262014 or 4371887. OLE color: 4371887.
HSL color Cylindrical-coordinate representation of color #AFB542: hue angle of 63.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFB542 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 66 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.29 |
| HSL | 63.13º | 0.47% | 0.48% | - |
| HSV(B) | 63.13º | 0.64% | 0.71% | - |
| XYZ | 35.19 | 42.56 | 11.51 | - |
| YUV | 166.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 66 | 0.03 | 0 | 0.64 | 0.29 | 63.13 | 0.47 | 0.48 |
| Hex | AF | B5 | 42 | 3 | 0 | 40 | 1D | 3F | 2F | 30 |
| Octal | 257 | 265 | 102 | 3 | 0 | 100 | 35 | 77 | 57 | 60 |
| Binary | 10101111 | 10110101 | 1000010 | 11 | 0 | 1000000 | 11101 | 111111 | 101111 | 110000 |
Color Harmonies of #AFB542
Complementary color
Monochromatic Colors of #AFB542
Black with #AFB542
Text Example
Text Example
White with #AFB542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB542; }
p { color: rgb(175,181,66); }
H1.HeaderClassName
{
color: #AFB542;
}
.AnyTagClassName
{
color: #AFB542;
}
</style>
background-color css
<style>
a { background-color: #AFB542; }
a { background-color: rgb(175,181,66); }
div.DivClassName
{
background-color: #AFB542;
}
.BgClassName
{
background-color: #AFB542;
}
</style>
border-color css
<style>
span { border-color: #AFB542; }
span { border-color: rgb(175,181,66); }
td.TdClassName
{
border-color: #AFB542;
}
.TagClassName
{
border-color: #AFB542;
}
</style>