Shades of Celery #A5BD4B
Tints of Celery #A5BD4B
RGB
CMYK
RGB Variations
Color information
#A5BD4B (or 0xA5BD4B) is known color: Celery. HEX triplet: A5, BD and 4B. RGB value is (165,189,75). Sum of RGB (Red+Green+Blue) = 165+189+75=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD4B is #5A42B4. Grayscale: #A9A9A9. Windows color (decimal): -5915317 or 4963749. OLE color: 4963749.
HSL color Cylindrical-coordinate representation of color #A5BD4B: hue angle of 72.63º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5BD4B is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 75 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.26 |
| HSL | 72.63º | 0.46% | 0.52% | - |
| HSV(B) | 72.63º | 0.6% | 0.74% | - |
| XYZ | 34.98 | 44.9 | 13.48 | - |
| YUV | 168.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 75 | 0.13 | 0 | 0.60 | 0.26 | 72.63 | 0.46 | 0.52 |
| Hex | A5 | BD | 4B | D | 0 | 3C | 1A | 49 | 2E | 34 |
| Octal | 245 | 275 | 113 | 15 | 0 | 74 | 32 | 111 | 56 | 64 |
| Binary | 10100101 | 10111101 | 1001011 | 1101 | 0 | 111100 | 11010 | 1001001 | 101110 | 110100 |
Color Harmonies of #A5BD4B
Complementary color
Monochromatic Colors of #A5BD4B
Black with #A5BD4B
Text Example
Text Example
White with #A5BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD4B; }
p { color: rgb(165,189,75); }
H1.HeaderClassName
{
color: #A5BD4B;
}
.AnyTagClassName
{
color: #A5BD4B;
}
</style>
background-color css
<style>
a { background-color: #A5BD4B; }
a { background-color: rgb(165,189,75); }
div.DivClassName
{
background-color: #A5BD4B;
}
.BgClassName
{
background-color: #A5BD4B;
}
</style>
border-color css
<style>
span { border-color: #A5BD4B; }
span { border-color: rgb(165,189,75); }
td.TdClassName
{
border-color: #A5BD4B;
}
.TagClassName
{
border-color: #A5BD4B;
}
</style>