Shades of Celery #A5BD4C
Tints of Celery #A5BD4C
RGB
CMYK
RGB Variations
Color information
#A5BD4C (or 0xA5BD4C) is known color: Celery. HEX triplet: A5, BD and 4C. RGB value is (165,189,76). Sum of RGB (Red+Green+Blue) = 165+189+76=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD4C is #5A42B3. Grayscale: #A9A9A9. Windows color (decimal): -5915316 or 5029285. OLE color: 5029285.
HSL color Cylindrical-coordinate representation of color #A5BD4C: hue angle of 72.74º 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 #A5BD4C is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 76 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.26 |
| HSL | 72.74º | 0.46% | 0.52% | - |
| HSV(B) | 72.74º | 0.6% | 0.74% | - |
| XYZ | 35.02 | 44.92 | 13.66 | - |
| YUV | 168.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 76 | 0.13 | 0 | 0.60 | 0.26 | 72.74 | 0.46 | 0.52 |
| Hex | A5 | BD | 4C | D | 0 | 3C | 1A | 49 | 2E | 34 |
| Octal | 245 | 275 | 114 | 15 | 0 | 74 | 32 | 111 | 56 | 64 |
| Binary | 10100101 | 10111101 | 1001100 | 1101 | 0 | 111100 | 11010 | 1001001 | 101110 | 110100 |
Color Harmonies of #A5BD4C
Complementary color
Monochromatic Colors of #A5BD4C
Black with #A5BD4C
Text Example
Text Example
White with #A5BD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD4C; }
p { color: rgb(165,189,76); }
H1.HeaderClassName
{
color: #A5BD4C;
}
.AnyTagClassName
{
color: #A5BD4C;
}
</style>
background-color css
<style>
a { background-color: #A5BD4C; }
a { background-color: rgb(165,189,76); }
div.DivClassName
{
background-color: #A5BD4C;
}
.BgClassName
{
background-color: #A5BD4C;
}
</style>
border-color css
<style>
span { border-color: #A5BD4C; }
span { border-color: rgb(165,189,76); }
td.TdClassName
{
border-color: #A5BD4C;
}
.TagClassName
{
border-color: #A5BD4C;
}
</style>