Shades of Celery #A5B747
Tints of Celery #A5B747
RGB
CMYK
RGB Variations
Color information
#A5B747 (or 0xA5B747) is known color: Celery. HEX triplet: A5, B7 and 47. RGB value is (165,183,71). Sum of RGB (Red+Green+Blue) = 165+183+71=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B747 is #5A48B8. Grayscale: #A5A5A5. Windows color (decimal): -5916857 or 4700069. OLE color: 4700069.
HSL color Cylindrical-coordinate representation of color #A5B747: hue angle of 69.64º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5B747 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 71 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.28 |
| HSL | 69.64º | 0.44% | 0.5% | - |
| HSV(B) | 69.64º | 0.61% | 0.72% | - |
| XYZ | 33.59 | 42.32 | 12.36 | - |
| YUV | 164.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 71 | 0.10 | 0 | 0.61 | 0.28 | 69.64 | 0.44 | 0.5 |
| Hex | A5 | B7 | 47 | A | 0 | 3D | 1C | 46 | 2C | 32 |
| Octal | 245 | 267 | 107 | 12 | 0 | 75 | 34 | 106 | 54 | 62 |
| Binary | 10100101 | 10110111 | 1000111 | 1010 | 0 | 111101 | 11100 | 1000110 | 101100 | 110010 |
Color Harmonies of #A5B747
Complementary color
Monochromatic Colors of #A5B747
Black with #A5B747
Text Example
Text Example
White with #A5B747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B747; }
p { color: rgb(165,183,71); }
H1.HeaderClassName
{
color: #A5B747;
}
.AnyTagClassName
{
color: #A5B747;
}
</style>
background-color css
<style>
a { background-color: #A5B747; }
a { background-color: rgb(165,183,71); }
div.DivClassName
{
background-color: #A5B747;
}
.BgClassName
{
background-color: #A5B747;
}
</style>
border-color css
<style>
span { border-color: #A5B747; }
span { border-color: rgb(165,183,71); }
td.TdClassName
{
border-color: #A5B747;
}
.TagClassName
{
border-color: #A5B747;
}
</style>