Shades of Celery #AFB54B
Tints of Celery #AFB54B
RGB
CMYK
RGB Variations
Color information
#AFB54B (or 0xAFB54B) is known color: Celery. HEX triplet: AF, B5 and 4B. RGB value is (175,181,75). Sum of RGB (Red+Green+Blue) = 175+181+75=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB54B is #504AB4. Grayscale: #A7A7A7. Windows color (decimal): -5262005 or 4961711. OLE color: 4961711.
HSL color Cylindrical-coordinate representation of color #AFB54B: hue angle of 63.4º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFB54B is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 75 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.29 |
| HSL | 63.4º | 0.42% | 0.5% | - |
| HSV(B) | 63.4º | 0.59% | 0.71% | - |
| XYZ | 35.47 | 42.67 | 13.02 | - |
| YUV | 167.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 75 | 0.03 | 0 | 0.59 | 0.29 | 63.4 | 0.42 | 0.5 |
| Hex | AF | B5 | 4B | 3 | 0 | 3B | 1D | 3F | 2A | 32 |
| Octal | 257 | 265 | 113 | 3 | 0 | 73 | 35 | 77 | 52 | 62 |
| Binary | 10101111 | 10110101 | 1001011 | 11 | 0 | 111011 | 11101 | 111111 | 101010 | 110010 |
Color Harmonies of #AFB54B
Complementary color
Monochromatic Colors of #AFB54B
Black with #AFB54B
Text Example
Text Example
White with #AFB54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB54B; }
p { color: rgb(175,181,75); }
H1.HeaderClassName
{
color: #AFB54B;
}
.AnyTagClassName
{
color: #AFB54B;
}
</style>
background-color css
<style>
a { background-color: #AFB54B; }
a { background-color: rgb(175,181,75); }
div.DivClassName
{
background-color: #AFB54B;
}
.BgClassName
{
background-color: #AFB54B;
}
</style>
border-color css
<style>
span { border-color: #AFB54B; }
span { border-color: rgb(175,181,75); }
td.TdClassName
{
border-color: #AFB54B;
}
.TagClassName
{
border-color: #AFB54B;
}
</style>