Shades of Celery #A5C053
Tints of Celery #A5C053
RGB
CMYK
RGB Variations
Color information
#A5C053 (or 0xA5C053) is known color: Celery. HEX triplet: A5, C0 and 53. RGB value is (165,192,83). Sum of RGB (Red+Green+Blue) = 165+192+83=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C053 is #5A3FAC. Grayscale: #ABABAB. Windows color (decimal): -5914541 or 5488805. OLE color: 5488805.
HSL color Cylindrical-coordinate representation of color #A5C053: hue angle of 74.86º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5C053 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 83 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.25 |
| HSL | 74.86º | 0.46% | 0.54% | - |
| HSV(B) | 74.86º | 0.57% | 0.75% | - |
| XYZ | 35.93 | 46.32 | 15.23 | - |
| YUV | 171.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 83 | 0.14 | 0 | 0.57 | 0.25 | 74.86 | 0.46 | 0.54 |
| Hex | A5 | C0 | 53 | E | 0 | 39 | 19 | 4B | 2E | 36 |
| Octal | 245 | 300 | 123 | 16 | 0 | 71 | 31 | 113 | 56 | 66 |
| Binary | 10100101 | 11000000 | 1010011 | 1110 | 0 | 111001 | 11001 | 1001011 | 101110 | 110110 |
Color Harmonies of #A5C053
Complementary color
Monochromatic Colors of #A5C053
Black with #A5C053
Text Example
Text Example
White with #A5C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C053; }
p { color: rgb(165,192,83); }
H1.HeaderClassName
{
color: #A5C053;
}
.AnyTagClassName
{
color: #A5C053;
}
</style>
background-color css
<style>
a { background-color: #A5C053; }
a { background-color: rgb(165,192,83); }
div.DivClassName
{
background-color: #A5C053;
}
.BgClassName
{
background-color: #A5C053;
}
</style>
border-color css
<style>
span { border-color: #A5C053; }
span { border-color: rgb(165,192,83); }
td.TdClassName
{
border-color: #A5C053;
}
.TagClassName
{
border-color: #A5C053;
}
</style>