Shades of Celery #A5BD40
Tints of Celery #A5BD40
RGB
CMYK
RGB Variations
Color information
#A5BD40 (or 0xA5BD40) is known color: Celery. HEX triplet: A5, BD and 40. RGB value is (165,189,64). Sum of RGB (Red+Green+Blue) = 165+189+64=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD40 is #5A42BF. Grayscale: #A8A8A8. Windows color (decimal): -5915328 or 4242853. OLE color: 4242853.
HSL color Cylindrical-coordinate representation of color #A5BD40: hue angle of 71.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5BD40 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 64 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.26 |
| HSL | 71.52º | 0.49% | 0.5% | - |
| HSV(B) | 71.52º | 0.66% | 0.74% | - |
| XYZ | 34.64 | 44.76 | 11.67 | - |
| YUV | 167.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 64 | 0.13 | 0 | 0.66 | 0.26 | 71.52 | 0.49 | 0.5 |
| Hex | A5 | BD | 40 | D | 0 | 42 | 1A | 48 | 31 | 32 |
| Octal | 245 | 275 | 100 | 15 | 0 | 102 | 32 | 110 | 61 | 62 |
| Binary | 10100101 | 10111101 | 1000000 | 1101 | 0 | 1000010 | 11010 | 1001000 | 110001 | 110010 |
Color Harmonies of #A5BD40
Complementary color
Monochromatic Colors of #A5BD40
Black with #A5BD40
Text Example
Text Example
White with #A5BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD40; }
p { color: rgb(165,189,64); }
H1.HeaderClassName
{
color: #A5BD40;
}
.AnyTagClassName
{
color: #A5BD40;
}
</style>
background-color css
<style>
a { background-color: #A5BD40; }
a { background-color: rgb(165,189,64); }
div.DivClassName
{
background-color: #A5BD40;
}
.BgClassName
{
background-color: #A5BD40;
}
</style>
border-color css
<style>
span { border-color: #A5BD40; }
span { border-color: rgb(165,189,64); }
td.TdClassName
{
border-color: #A5BD40;
}
.TagClassName
{
border-color: #A5BD40;
}
</style>