Shades of Celery #AFB444
Tints of Celery #AFB444
RGB
CMYK
RGB Variations
Color information
#AFB444 (or 0xAFB444) is known color: Celery. HEX triplet: AF, B4 and 44. RGB value is (175,180,68). Sum of RGB (Red+Green+Blue) = 175+180+68=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB444 is #504BBB. Grayscale: #A6A6A6. Windows color (decimal): -5262268 or 4502703. OLE color: 4502703.
HSL color Cylindrical-coordinate representation of color #AFB444: hue angle of 62.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFB444 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 68 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.29 |
| HSL | 62.68º | 0.45% | 0.49% | - |
| HSV(B) | 62.68º | 0.62% | 0.71% | - |
| XYZ | 35.04 | 42.17 | 11.76 | - |
| YUV | 165.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 68 | 0.03 | 0 | 0.62 | 0.29 | 62.68 | 0.45 | 0.49 |
| Hex | AF | B4 | 44 | 3 | 0 | 3E | 1D | 3F | 2D | 31 |
| Octal | 257 | 264 | 104 | 3 | 0 | 76 | 35 | 77 | 55 | 61 |
| Binary | 10101111 | 10110100 | 1000100 | 11 | 0 | 111110 | 11101 | 111111 | 101101 | 110001 |
Color Harmonies of #AFB444
Complementary color
Monochromatic Colors of #AFB444
Black with #AFB444
Text Example
Text Example
White with #AFB444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB444; }
p { color: rgb(175,180,68); }
H1.HeaderClassName
{
color: #AFB444;
}
.AnyTagClassName
{
color: #AFB444;
}
</style>
background-color css
<style>
a { background-color: #AFB444; }
a { background-color: rgb(175,180,68); }
div.DivClassName
{
background-color: #AFB444;
}
.BgClassName
{
background-color: #AFB444;
}
</style>
border-color css
<style>
span { border-color: #AFB444; }
span { border-color: rgb(175,180,68); }
td.TdClassName
{
border-color: #AFB444;
}
.TagClassName
{
border-color: #AFB444;
}
</style>