Shades of Celery #AFB93A
Tints of Celery #AFB93A
RGB
CMYK
RGB Variations
Color information
#AFB93A (or 0xAFB93A) is known color: Celery. HEX triplet: AF, B9 and 3A. RGB value is (175,185,58). Sum of RGB (Red+Green+Blue) = 175+185+58=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB93A is #5046C5. Grayscale: #A8A8A8. Windows color (decimal): -5260998 or 3848623. OLE color: 3848623.
HSL color Cylindrical-coordinate representation of color #AFB93A: hue angle of 64.72º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFB93A is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 58 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.27 |
| HSL | 64.72º | 0.52% | 0.48% | - |
| HSV(B) | 64.72º | 0.69% | 0.73% | - |
| XYZ | 35.79 | 44.12 | 10.63 | - |
| YUV | 167.53 | 66.19 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 58 | 0.05 | 0 | 0.69 | 0.27 | 64.72 | 0.52 | 0.48 |
| Hex | AF | B9 | 3A | 5 | 0 | 45 | 1B | 41 | 34 | 30 |
| Octal | 257 | 271 | 72 | 5 | 0 | 105 | 33 | 101 | 64 | 60 |
| Binary | 10101111 | 10111001 | 111010 | 101 | 0 | 1000101 | 11011 | 1000001 | 110100 | 110000 |
Color Harmonies of #AFB93A
Complementary color
Monochromatic Colors of #AFB93A
Black with #AFB93A
Text Example
Text Example
White with #AFB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB93A; }
p { color: rgb(175,185,58); }
H1.HeaderClassName
{
color: #AFB93A;
}
.AnyTagClassName
{
color: #AFB93A;
}
</style>
background-color css
<style>
a { background-color: #AFB93A; }
a { background-color: rgb(175,185,58); }
div.DivClassName
{
background-color: #AFB93A;
}
.BgClassName
{
background-color: #AFB93A;
}
</style>
border-color css
<style>
span { border-color: #AFB93A; }
span { border-color: rgb(175,185,58); }
td.TdClassName
{
border-color: #AFB93A;
}
.TagClassName
{
border-color: #AFB93A;
}
</style>