Shades of Celery #A5BC4D
Tints of Celery #A5BC4D
RGB
CMYK
RGB Variations
Color information
#A5BC4D (or 0xA5BC4D) is known color: Celery. HEX triplet: A5, BC and 4D. RGB value is (165,188,77). Sum of RGB (Red+Green+Blue) = 165+188+77=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC4D is #5A43B2. Grayscale: #A8A8A8. Windows color (decimal): -5915571 or 5094565. OLE color: 5094565.
HSL color Cylindrical-coordinate representation of color #A5BC4D: hue angle of 72.43º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5BC4D is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 77 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.26 |
| HSL | 72.43º | 0.45% | 0.52% | - |
| HSV(B) | 72.43º | 0.59% | 0.74% | - |
| XYZ | 34.84 | 44.5 | 13.77 | - |
| YUV | 168.47 | 76.38 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 77 | 0.12 | 0 | 0.59 | 0.26 | 72.43 | 0.45 | 0.52 |
| Hex | A5 | BC | 4D | C | 0 | 3B | 1A | 48 | 2D | 34 |
| Octal | 245 | 274 | 115 | 14 | 0 | 73 | 32 | 110 | 55 | 64 |
| Binary | 10100101 | 10111100 | 1001101 | 1100 | 0 | 111011 | 11010 | 1001000 | 101101 | 110100 |
Color Harmonies of #A5BC4D
Complementary color
Monochromatic Colors of #A5BC4D
Black with #A5BC4D
Text Example
Text Example
White with #A5BC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC4D; }
p { color: rgb(165,188,77); }
H1.HeaderClassName
{
color: #A5BC4D;
}
.AnyTagClassName
{
color: #A5BC4D;
}
</style>
background-color css
<style>
a { background-color: #A5BC4D; }
a { background-color: rgb(165,188,77); }
div.DivClassName
{
background-color: #A5BC4D;
}
.BgClassName
{
background-color: #A5BC4D;
}
</style>
border-color css
<style>
span { border-color: #A5BC4D; }
span { border-color: rgb(165,188,77); }
td.TdClassName
{
border-color: #A5BC4D;
}
.TagClassName
{
border-color: #A5BC4D;
}
</style>