Shades of Celery #A5B848
Tints of Celery #A5B848
RGB
CMYK
RGB Variations
Color information
#A5B848 (or 0xA5B848) is known color: Celery. HEX triplet: A5, B8 and 48. RGB value is (165,184,72). Sum of RGB (Red+Green+Blue) = 165+184+72=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B848 is #5A47B7. Grayscale: #A5A5A5. Windows color (decimal): -5916600 or 4765861. OLE color: 4765861.
HSL color Cylindrical-coordinate representation of color #A5B848: hue angle of 70.18º 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 #A5B848 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 72 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.28 |
| HSL | 70.18º | 0.44% | 0.5% | - |
| HSV(B) | 70.18º | 0.61% | 0.72% | - |
| XYZ | 33.83 | 42.75 | 12.6 | - |
| YUV | 165.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 72 | 0.10 | 0 | 0.61 | 0.28 | 70.18 | 0.44 | 0.5 |
| Hex | A5 | B8 | 48 | A | 0 | 3D | 1C | 46 | 2C | 32 |
| Octal | 245 | 270 | 110 | 12 | 0 | 75 | 34 | 106 | 54 | 62 |
| Binary | 10100101 | 10111000 | 1001000 | 1010 | 0 | 111101 | 11100 | 1000110 | 101100 | 110010 |
Color Harmonies of #A5B848
Complementary color
Monochromatic Colors of #A5B848
Black with #A5B848
Text Example
Text Example
White with #A5B848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B848; }
p { color: rgb(165,184,72); }
H1.HeaderClassName
{
color: #A5B848;
}
.AnyTagClassName
{
color: #A5B848;
}
</style>
background-color css
<style>
a { background-color: #A5B848; }
a { background-color: rgb(165,184,72); }
div.DivClassName
{
background-color: #A5B848;
}
.BgClassName
{
background-color: #A5B848;
}
</style>
border-color css
<style>
span { border-color: #A5B848; }
span { border-color: rgb(165,184,72); }
td.TdClassName
{
border-color: #A5B848;
}
.TagClassName
{
border-color: #A5B848;
}
</style>