Shades of Celery #A5B947
Tints of Celery #A5B947
RGB
CMYK
RGB Variations
Color information
#A5B947 (or 0xA5B947) is known color: Celery. HEX triplet: A5, B9 and 47. RGB value is (165,185,71). Sum of RGB (Red+Green+Blue) = 165+185+71=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B947 is #5A46B8. Grayscale: #A6A6A6. Windows color (decimal): -5916345 or 4700581. OLE color: 4700581.
HSL color Cylindrical-coordinate representation of color #A5B947: hue angle of 70.53º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5B947 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 185 | 71 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.27 |
| HSL | 70.53º | 0.45% | 0.5% | - |
| HSV(B) | 70.53º | 0.62% | 0.73% | - |
| XYZ | 34 | 43.15 | 12.5 | - |
| YUV | 166.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 185 | 71 | 0.11 | 0 | 0.62 | 0.27 | 70.53 | 0.45 | 0.5 |
| Hex | A5 | B9 | 47 | B | 0 | 3E | 1B | 47 | 2D | 32 |
| Octal | 245 | 271 | 107 | 13 | 0 | 76 | 33 | 107 | 55 | 62 |
| Binary | 10100101 | 10111001 | 1000111 | 1011 | 0 | 111110 | 11011 | 1000111 | 101101 | 110010 |
Color Harmonies of #A5B947
Complementary color
Monochromatic Colors of #A5B947
Black with #A5B947
Text Example
Text Example
White with #A5B947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B947; }
p { color: rgb(165,185,71); }
H1.HeaderClassName
{
color: #A5B947;
}
.AnyTagClassName
{
color: #A5B947;
}
</style>
background-color css
<style>
a { background-color: #A5B947; }
a { background-color: rgb(165,185,71); }
div.DivClassName
{
background-color: #A5B947;
}
.BgClassName
{
background-color: #A5B947;
}
</style>
border-color css
<style>
span { border-color: #A5B947; }
span { border-color: rgb(165,185,71); }
td.TdClassName
{
border-color: #A5B947;
}
.TagClassName
{
border-color: #A5B947;
}
</style>