Shades of Celery #A5B840
Tints of Celery #A5B840
RGB
CMYK
RGB Variations
Color information
#A5B840 (or 0xA5B840) is known color: Celery. HEX triplet: A5, B8 and 40. RGB value is (165,184,64). Sum of RGB (Red+Green+Blue) = 165+184+64=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B840 is #5A47BF. Grayscale: #A5A5A5. Windows color (decimal): -5916608 or 4241573. OLE color: 4241573.
HSL color Cylindrical-coordinate representation of color #A5B840: hue angle of 69.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5B840 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 64 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.28 |
| HSL | 69.5º | 0.48% | 0.49% | - |
| HSV(B) | 69.5º | 0.65% | 0.72% | - |
| XYZ | 33.58 | 42.65 | 11.31 | - |
| YUV | 164.64 | 71.21 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 64 | 0.10 | 0 | 0.65 | 0.28 | 69.5 | 0.48 | 0.49 |
| Hex | A5 | B8 | 40 | A | 0 | 41 | 1C | 46 | 30 | 31 |
| Octal | 245 | 270 | 100 | 12 | 0 | 101 | 34 | 106 | 60 | 61 |
| Binary | 10100101 | 10111000 | 1000000 | 1010 | 0 | 1000001 | 11100 | 1000110 | 110000 | 110001 |
Color Harmonies of #A5B840
Complementary color
Monochromatic Colors of #A5B840
Black with #A5B840
Text Example
Text Example
White with #A5B840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B840; }
p { color: rgb(165,184,64); }
H1.HeaderClassName
{
color: #A5B840;
}
.AnyTagClassName
{
color: #A5B840;
}
</style>
background-color css
<style>
a { background-color: #A5B840; }
a { background-color: rgb(165,184,64); }
div.DivClassName
{
background-color: #A5B840;
}
.BgClassName
{
background-color: #A5B840;
}
</style>
border-color css
<style>
span { border-color: #A5B840; }
span { border-color: rgb(165,184,64); }
td.TdClassName
{
border-color: #A5B840;
}
.TagClassName
{
border-color: #A5B840;
}
</style>