Shades of Celery #A5BD4A
Tints of Celery #A5BD4A
RGB
CMYK
RGB Variations
Color information
#A5BD4A (or 0xA5BD4A) is known color: Celery. HEX triplet: A5, BD and 4A. RGB value is (165,189,74). Sum of RGB (Red+Green+Blue) = 165+189+74=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD4A is #5A42B5. Grayscale: #A9A9A9. Windows color (decimal): -5915318 or 4898213. OLE color: 4898213.
HSL color Cylindrical-coordinate representation of color #A5BD4A: hue angle of 72.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5BD4A is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 74 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.26 |
| HSL | 72.52º | 0.47% | 0.52% | - |
| HSV(B) | 72.52º | 0.61% | 0.74% | - |
| XYZ | 34.95 | 44.89 | 13.3 | - |
| YUV | 168.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 74 | 0.13 | 0 | 0.61 | 0.26 | 72.52 | 0.47 | 0.52 |
| Hex | A5 | BD | 4A | D | 0 | 3D | 1A | 49 | 2F | 34 |
| Octal | 245 | 275 | 112 | 15 | 0 | 75 | 32 | 111 | 57 | 64 |
| Binary | 10100101 | 10111101 | 1001010 | 1101 | 0 | 111101 | 11010 | 1001001 | 101111 | 110100 |
Color Harmonies of #A5BD4A
Complementary color
Monochromatic Colors of #A5BD4A
Black with #A5BD4A
Text Example
Text Example
White with #A5BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD4A; }
p { color: rgb(165,189,74); }
H1.HeaderClassName
{
color: #A5BD4A;
}
.AnyTagClassName
{
color: #A5BD4A;
}
</style>
background-color css
<style>
a { background-color: #A5BD4A; }
a { background-color: rgb(165,189,74); }
div.DivClassName
{
background-color: #A5BD4A;
}
.BgClassName
{
background-color: #A5BD4A;
}
</style>
border-color css
<style>
span { border-color: #A5BD4A; }
span { border-color: rgb(165,189,74); }
td.TdClassName
{
border-color: #A5BD4A;
}
.TagClassName
{
border-color: #A5BD4A;
}
</style>