Shades of Celery #A5B44D
Tints of Celery #A5B44D
RGB
CMYK
RGB Variations
Color information
#A5B44D (or 0xA5B44D) is known color: Celery. HEX triplet: A5, B4 and 4D. RGB value is (165,180,77). Sum of RGB (Red+Green+Blue) = 165+180+77=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B44D is #5A4BB2. Grayscale: #A4A4A4. Windows color (decimal): -5917619 or 5092517. OLE color: 5092517.
HSL color Cylindrical-coordinate representation of color #A5B44D: hue angle of 68.74º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5B44D is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 77 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.29 |
| HSL | 68.74º | 0.41% | 0.5% | - |
| HSV(B) | 68.74º | 0.57% | 0.71% | - |
| XYZ | 33.18 | 41.18 | 13.22 | - |
| YUV | 163.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 77 | 0.08 | 0 | 0.57 | 0.29 | 68.74 | 0.41 | 0.5 |
| Hex | A5 | B4 | 4D | 8 | 0 | 39 | 1D | 45 | 29 | 32 |
| Octal | 245 | 264 | 115 | 10 | 0 | 71 | 35 | 105 | 51 | 62 |
| Binary | 10100101 | 10110100 | 1001101 | 1000 | 0 | 111001 | 11101 | 1000101 | 101001 | 110010 |
Color Harmonies of #A5B44D
Complementary color
Monochromatic Colors of #A5B44D
Black with #A5B44D
Text Example
Text Example
White with #A5B44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B44D; }
p { color: rgb(165,180,77); }
H1.HeaderClassName
{
color: #A5B44D;
}
.AnyTagClassName
{
color: #A5B44D;
}
</style>
background-color css
<style>
a { background-color: #A5B44D; }
a { background-color: rgb(165,180,77); }
div.DivClassName
{
background-color: #A5B44D;
}
.BgClassName
{
background-color: #A5B44D;
}
</style>
border-color css
<style>
span { border-color: #A5B44D; }
span { border-color: rgb(165,180,77); }
td.TdClassName
{
border-color: #A5B44D;
}
.TagClassName
{
border-color: #A5B44D;
}
</style>