Shades of Celery #A5BD54
Tints of Celery #A5BD54
RGB
CMYK
RGB Variations
Color information
#A5BD54 (or 0xA5BD54) is known color: Celery. HEX triplet: A5, BD and 54. RGB value is (165,189,84). Sum of RGB (Red+Green+Blue) = 165+189+84=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BD54 is #5A42AB. Grayscale: #AAAAAA. Windows color (decimal): -5915308 or 5553573. OLE color: 5553573.
HSL color Cylindrical-coordinate representation of color #A5BD54: hue angle of 73.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5BD54 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 84 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.26 |
| HSL | 73.71º | 0.44% | 0.54% | - |
| HSV(B) | 73.71º | 0.56% | 0.74% | - |
| XYZ | 35.31 | 45.03 | 15.22 | - |
| YUV | 169.85 | 79.55 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 84 | 0.13 | 0 | 0.56 | 0.26 | 73.71 | 0.44 | 0.54 |
| Hex | A5 | BD | 54 | D | 0 | 38 | 1A | 4A | 2C | 36 |
| Octal | 245 | 275 | 124 | 15 | 0 | 70 | 32 | 112 | 54 | 66 |
| Binary | 10100101 | 10111101 | 1010100 | 1101 | 0 | 111000 | 11010 | 1001010 | 101100 | 110110 |
Color Harmonies of #A5BD54
Complementary color
Monochromatic Colors of #A5BD54
Black with #A5BD54
Text Example
Text Example
White with #A5BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD54; }
p { color: rgb(165,189,84); }
H1.HeaderClassName
{
color: #A5BD54;
}
.AnyTagClassName
{
color: #A5BD54;
}
</style>
background-color css
<style>
a { background-color: #A5BD54; }
a { background-color: rgb(165,189,84); }
div.DivClassName
{
background-color: #A5BD54;
}
.BgClassName
{
background-color: #A5BD54;
}
</style>
border-color css
<style>
span { border-color: #A5BD54; }
span { border-color: rgb(165,189,84); }
td.TdClassName
{
border-color: #A5BD54;
}
.TagClassName
{
border-color: #A5BD54;
}
</style>