Shades of Celery #A5BD4F
Tints of Celery #A5BD4F
RGB
CMYK
RGB Variations
Color information
#A5BD4F (or 0xA5BD4F) is known color: Celery. HEX triplet: A5, BD and 4F. RGB value is (165,189,79). Sum of RGB (Red+Green+Blue) = 165+189+79=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BD4F is #5A42B0. Grayscale: #A9A9A9. Windows color (decimal): -5915313 or 5225893. OLE color: 5225893.
HSL color Cylindrical-coordinate representation of color #A5BD4F: hue angle of 73.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5BD4F is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 79 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.26 |
| HSL | 73.09º | 0.45% | 0.53% | - |
| HSV(B) | 73.09º | 0.58% | 0.74% | - |
| XYZ | 35.13 | 44.96 | 14.22 | - |
| YUV | 169.28 | 77.05 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 79 | 0.13 | 0 | 0.58 | 0.26 | 73.09 | 0.45 | 0.53 |
| Hex | A5 | BD | 4F | D | 0 | 3A | 1A | 49 | 2D | 35 |
| Octal | 245 | 275 | 117 | 15 | 0 | 72 | 32 | 111 | 55 | 65 |
| Binary | 10100101 | 10111101 | 1001111 | 1101 | 0 | 111010 | 11010 | 1001001 | 101101 | 110101 |
Color Harmonies of #A5BD4F
Complementary color
Monochromatic Colors of #A5BD4F
Black with #A5BD4F
Text Example
Text Example
White with #A5BD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD4F; }
p { color: rgb(165,189,79); }
H1.HeaderClassName
{
color: #A5BD4F;
}
.AnyTagClassName
{
color: #A5BD4F;
}
</style>
background-color css
<style>
a { background-color: #A5BD4F; }
a { background-color: rgb(165,189,79); }
div.DivClassName
{
background-color: #A5BD4F;
}
.BgClassName
{
background-color: #A5BD4F;
}
</style>
border-color css
<style>
span { border-color: #A5BD4F; }
span { border-color: rgb(165,189,79); }
td.TdClassName
{
border-color: #A5BD4F;
}
.TagClassName
{
border-color: #A5BD4F;
}
</style>