Shades of Celery #A5B748
Tints of Celery #A5B748
RGB
CMYK
RGB Variations
Color information
#A5B748 (or 0xA5B748) is known color: Celery. HEX triplet: A5, B7 and 48. RGB value is (165,183,72). Sum of RGB (Red+Green+Blue) = 165+183+72=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B748 is #5A48B7. Grayscale: #A5A5A5. Windows color (decimal): -5916856 or 4765605. OLE color: 4765605.
HSL color Cylindrical-coordinate representation of color #A5B748: hue angle of 69.73º 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 #A5B748 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 72 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.28 |
| HSL | 69.73º | 0.44% | 0.5% | - |
| HSV(B) | 69.73º | 0.61% | 0.72% | - |
| XYZ | 33.62 | 42.33 | 12.53 | - |
| YUV | 164.96 | 75.54 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 72 | 0.10 | 0 | 0.61 | 0.28 | 69.73 | 0.44 | 0.5 |
| Hex | A5 | B7 | 48 | A | 0 | 3D | 1C | 46 | 2C | 32 |
| Octal | 245 | 267 | 110 | 12 | 0 | 75 | 34 | 106 | 54 | 62 |
| Binary | 10100101 | 10110111 | 1001000 | 1010 | 0 | 111101 | 11100 | 1000110 | 101100 | 110010 |
Color Harmonies of #A5B748
Complementary color
Monochromatic Colors of #A5B748
Black with #A5B748
Text Example
Text Example
White with #A5B748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B748; }
p { color: rgb(165,183,72); }
H1.HeaderClassName
{
color: #A5B748;
}
.AnyTagClassName
{
color: #A5B748;
}
</style>
background-color css
<style>
a { background-color: #A5B748; }
a { background-color: rgb(165,183,72); }
div.DivClassName
{
background-color: #A5B748;
}
.BgClassName
{
background-color: #A5B748;
}
</style>
border-color css
<style>
span { border-color: #A5B748; }
span { border-color: rgb(165,183,72); }
td.TdClassName
{
border-color: #A5B748;
}
.TagClassName
{
border-color: #A5B748;
}
</style>