Shades of Celery #AFB450
Tints of Celery #AFB450
RGB
CMYK
RGB Variations
Color information
#AFB450 (or 0xAFB450) is known color: Celery. HEX triplet: AF, B4 and 50. RGB value is (175,180,80). Sum of RGB (Red+Green+Blue) = 175+180+80=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB450 is #504BAF. Grayscale: #A7A7A7. Windows color (decimal): -5262256 or 5289135. OLE color: 5289135.
HSL color Cylindrical-coordinate representation of color #AFB450: hue angle of 63º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFB450 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 80 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.29 |
| HSL | 63º | 0.4% | 0.51% | - |
| HSV(B) | 63º | 0.56% | 0.71% | - |
| XYZ | 35.45 | 42.34 | 13.89 | - |
| YUV | 167.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 80 | 0.03 | 0 | 0.56 | 0.29 | 63 | 0.4 | 0.51 |
| Hex | AF | B4 | 50 | 3 | 0 | 38 | 1D | 3F | 28 | 33 |
| Octal | 257 | 264 | 120 | 3 | 0 | 70 | 35 | 77 | 50 | 63 |
| Binary | 10101111 | 10110100 | 1010000 | 11 | 0 | 111000 | 11101 | 111111 | 101000 | 110011 |
Color Harmonies of #AFB450
Complementary color
Monochromatic Colors of #AFB450
Black with #AFB450
Text Example
Text Example
White with #AFB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB450; }
p { color: rgb(175,180,80); }
H1.HeaderClassName
{
color: #AFB450;
}
.AnyTagClassName
{
color: #AFB450;
}
</style>
background-color css
<style>
a { background-color: #AFB450; }
a { background-color: rgb(175,180,80); }
div.DivClassName
{
background-color: #AFB450;
}
.BgClassName
{
background-color: #AFB450;
}
</style>
border-color css
<style>
span { border-color: #AFB450; }
span { border-color: rgb(175,180,80); }
td.TdClassName
{
border-color: #AFB450;
}
.TagClassName
{
border-color: #AFB450;
}
</style>