Shades of Celery #A5BD45
Tints of Celery #A5BD45
RGB
CMYK
RGB Variations
Color information
#A5BD45 (or 0xA5BD45) is known color: Celery. HEX triplet: A5, BD and 45. RGB value is (165,189,69). Sum of RGB (Red+Green+Blue) = 165+189+69=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD45 is #5A42BA. Grayscale: #A8A8A8. Windows color (decimal): -5915323 or 4570533. OLE color: 4570533.
HSL color Cylindrical-coordinate representation of color #A5BD45: hue angle of 72º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5BD45 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 69 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.26 |
| HSL | 72º | 0.48% | 0.51% | - |
| HSV(B) | 72º | 0.63% | 0.74% | - |
| XYZ | 34.79 | 44.82 | 12.45 | - |
| YUV | 168.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 69 | 0.13 | 0 | 0.63 | 0.26 | 72 | 0.48 | 0.51 |
| Hex | A5 | BD | 45 | D | 0 | 3F | 1A | 48 | 30 | 33 |
| Octal | 245 | 275 | 105 | 15 | 0 | 77 | 32 | 110 | 60 | 63 |
| Binary | 10100101 | 10111101 | 1000101 | 1101 | 0 | 111111 | 11010 | 1001000 | 110000 | 110011 |
Color Harmonies of #A5BD45
Complementary color
Monochromatic Colors of #A5BD45
Black with #A5BD45
Text Example
Text Example
White with #A5BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD45; }
p { color: rgb(165,189,69); }
H1.HeaderClassName
{
color: #A5BD45;
}
.AnyTagClassName
{
color: #A5BD45;
}
</style>
background-color css
<style>
a { background-color: #A5BD45; }
a { background-color: rgb(165,189,69); }
div.DivClassName
{
background-color: #A5BD45;
}
.BgClassName
{
background-color: #A5BD45;
}
</style>
border-color css
<style>
span { border-color: #A5BD45; }
span { border-color: rgb(165,189,69); }
td.TdClassName
{
border-color: #A5BD45;
}
.TagClassName
{
border-color: #A5BD45;
}
</style>