Shades of Celery #AFB741
Tints of Celery #AFB741
RGB
CMYK
RGB Variations
Color information
#AFB741 (or 0xAFB741) is known color: Celery. HEX triplet: AF, B7 and 41. RGB value is (175,183,65). Sum of RGB (Red+Green+Blue) = 175+183+65=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB741 is #5048BE. Grayscale: #A7A7A7. Windows color (decimal): -5261503 or 4306863. OLE color: 4306863.
HSL color Cylindrical-coordinate representation of color #AFB741: hue angle of 64.07º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFB741 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 65 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.28 |
| HSL | 64.07º | 0.48% | 0.49% | - |
| HSV(B) | 64.07º | 0.64% | 0.72% | - |
| XYZ | 35.57 | 43.36 | 11.5 | - |
| YUV | 167.16 | 70.35 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 65 | 0.04 | 0 | 0.64 | 0.28 | 64.07 | 0.48 | 0.49 |
| Hex | AF | B7 | 41 | 4 | 0 | 40 | 1C | 40 | 30 | 31 |
| Octal | 257 | 267 | 101 | 4 | 0 | 100 | 34 | 100 | 60 | 61 |
| Binary | 10101111 | 10110111 | 1000001 | 100 | 0 | 1000000 | 11100 | 1000000 | 110000 | 110001 |
Color Harmonies of #AFB741
Complementary color
Monochromatic Colors of #AFB741
Black with #AFB741
Text Example
Text Example
White with #AFB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB741; }
p { color: rgb(175,183,65); }
H1.HeaderClassName
{
color: #AFB741;
}
.AnyTagClassName
{
color: #AFB741;
}
</style>
background-color css
<style>
a { background-color: #AFB741; }
a { background-color: rgb(175,183,65); }
div.DivClassName
{
background-color: #AFB741;
}
.BgClassName
{
background-color: #AFB741;
}
</style>
border-color css
<style>
span { border-color: #AFB741; }
span { border-color: rgb(175,183,65); }
td.TdClassName
{
border-color: #AFB741;
}
.TagClassName
{
border-color: #AFB741;
}
</style>