Shades of Celery #A5BA3C
Tints of Celery #A5BA3C
RGB
CMYK
RGB Variations
Color information
#A5BA3C (or 0xA5BA3C) is known color: Celery. HEX triplet: A5, BA and 3C. RGB value is (165,186,60). Sum of RGB (Red+Green+Blue) = 165+186+60=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BA3C is #5A45C3. Grayscale: #A5A5A5. Windows color (decimal): -5916100 or 3979941. OLE color: 3979941.
HSL color Cylindrical-coordinate representation of color #A5BA3C: hue angle of 70º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5BA3C is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 60 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.27 |
| HSL | 70º | 0.51% | 0.48% | - |
| HSV(B) | 70º | 0.68% | 0.73% | - |
| XYZ | 33.89 | 43.44 | 10.87 | - |
| YUV | 165.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 60 | 0.11 | 0 | 0.68 | 0.27 | 70 | 0.51 | 0.48 |
| Hex | A5 | BA | 3C | B | 0 | 44 | 1B | 46 | 33 | 30 |
| Octal | 245 | 272 | 74 | 13 | 0 | 104 | 33 | 106 | 63 | 60 |
| Binary | 10100101 | 10111010 | 111100 | 1011 | 0 | 1000100 | 11011 | 1000110 | 110011 | 110000 |
Color Harmonies of #A5BA3C
Complementary color
Monochromatic Colors of #A5BA3C
Black with #A5BA3C
Text Example
Text Example
White with #A5BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA3C; }
p { color: rgb(165,186,60); }
H1.HeaderClassName
{
color: #A5BA3C;
}
.AnyTagClassName
{
color: #A5BA3C;
}
</style>
background-color css
<style>
a { background-color: #A5BA3C; }
a { background-color: rgb(165,186,60); }
div.DivClassName
{
background-color: #A5BA3C;
}
.BgClassName
{
background-color: #A5BA3C;
}
</style>
border-color css
<style>
span { border-color: #A5BA3C; }
span { border-color: rgb(165,186,60); }
td.TdClassName
{
border-color: #A5BA3C;
}
.TagClassName
{
border-color: #A5BA3C;
}
</style>