Shades of Celery #A5B941
Tints of Celery #A5B941
RGB
CMYK
RGB Variations
Color information
#A5B941 (or 0xA5B941) is known color: Celery. HEX triplet: A5, B9 and 41. RGB value is (165,185,65). Sum of RGB (Red+Green+Blue) = 165+185+65=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B941 is #5A46BE. Grayscale: #A5A5A5. Windows color (decimal): -5916351 or 4307365. OLE color: 4307365.
HSL color Cylindrical-coordinate representation of color #A5B941: hue angle of 70º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5B941 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 185 | 65 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.27 |
| HSL | 70º | 0.48% | 0.49% | - |
| HSV(B) | 70º | 0.65% | 0.73% | - |
| XYZ | 33.82 | 43.08 | 11.53 | - |
| YUV | 165.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 185 | 65 | 0.11 | 0 | 0.65 | 0.27 | 70 | 0.48 | 0.49 |
| Hex | A5 | B9 | 41 | B | 0 | 41 | 1B | 46 | 30 | 31 |
| Octal | 245 | 271 | 101 | 13 | 0 | 101 | 33 | 106 | 60 | 61 |
| Binary | 10100101 | 10111001 | 1000001 | 1011 | 0 | 1000001 | 11011 | 1000110 | 110000 | 110001 |
Color Harmonies of #A5B941
Complementary color
Monochromatic Colors of #A5B941
Black with #A5B941
Text Example
Text Example
White with #A5B941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B941; }
p { color: rgb(165,185,65); }
H1.HeaderClassName
{
color: #A5B941;
}
.AnyTagClassName
{
color: #A5B941;
}
</style>
background-color css
<style>
a { background-color: #A5B941; }
a { background-color: rgb(165,185,65); }
div.DivClassName
{
background-color: #A5B941;
}
.BgClassName
{
background-color: #A5B941;
}
</style>
border-color css
<style>
span { border-color: #A5B941; }
span { border-color: rgb(165,185,65); }
td.TdClassName
{
border-color: #A5B941;
}
.TagClassName
{
border-color: #A5B941;
}
</style>