Shades of Celery #AFB149
Tints of Celery #AFB149
RGB
CMYK
RGB Variations
Color information
#AFB149 (or 0xAFB149) is known color: Celery. HEX triplet: AF, B1 and 49. RGB value is (175,177,73). Sum of RGB (Red+Green+Blue) = 175+177+73=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB149 is #504EB6. Grayscale: #A4A4A4. Windows color (decimal): -5263031 or 4829615. OLE color: 4829615.
HSL color Cylindrical-coordinate representation of color #AFB149: hue angle of 61.15º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFB149 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 73 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.31 |
| HSL | 61.15º | 0.42% | 0.49% | - |
| HSV(B) | 61.15º | 0.59% | 0.69% | - |
| XYZ | 34.6 | 41.04 | 12.4 | - |
| YUV | 164.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 73 | 0.01 | 0 | 0.59 | 0.31 | 61.15 | 0.42 | 0.49 |
| Hex | AF | B1 | 49 | 1 | 0 | 3B | 1F | 3D | 2A | 31 |
| Octal | 257 | 261 | 111 | 1 | 0 | 73 | 37 | 75 | 52 | 61 |
| Binary | 10101111 | 10110001 | 1001001 | 1 | 0 | 111011 | 11111 | 111101 | 101010 | 110001 |
Color Harmonies of #AFB149
Complementary color
Monochromatic Colors of #AFB149
Black with #AFB149
Text Example
Text Example
White with #AFB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB149; }
p { color: rgb(175,177,73); }
H1.HeaderClassName
{
color: #AFB149;
}
.AnyTagClassName
{
color: #AFB149;
}
</style>
background-color css
<style>
a { background-color: #AFB149; }
a { background-color: rgb(175,177,73); }
div.DivClassName
{
background-color: #AFB149;
}
.BgClassName
{
background-color: #AFB149;
}
</style>
border-color css
<style>
span { border-color: #AFB149; }
span { border-color: rgb(175,177,73); }
td.TdClassName
{
border-color: #AFB149;
}
.TagClassName
{
border-color: #AFB149;
}
</style>