Shades of Celery #A5B146
Tints of Celery #A5B146
RGB
CMYK
RGB Variations
Color information
#A5B146 (or 0xA5B146) is known color: Celery. HEX triplet: A5, B1 and 46. RGB value is (165,177,70). Sum of RGB (Red+Green+Blue) = 165+177+70=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B146 is #5A4EB9. Grayscale: #A1A1A1. Windows color (decimal): -5918394 or 4632997. OLE color: 4632997.
HSL color Cylindrical-coordinate representation of color #A5B146: hue angle of 66.73º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5B146 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 70 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.31 |
| HSL | 66.73º | 0.43% | 0.48% | - |
| HSV(B) | 66.73º | 0.6% | 0.69% | - |
| XYZ | 32.34 | 39.89 | 11.79 | - |
| YUV | 161.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 70 | 0.07 | 0 | 0.60 | 0.31 | 66.73 | 0.43 | 0.48 |
| Hex | A5 | B1 | 46 | 7 | 0 | 3C | 1F | 43 | 2B | 30 |
| Octal | 245 | 261 | 106 | 7 | 0 | 74 | 37 | 103 | 53 | 60 |
| Binary | 10100101 | 10110001 | 1000110 | 111 | 0 | 111100 | 11111 | 1000011 | 101011 | 110000 |
Color Harmonies of #A5B146
Complementary color
Monochromatic Colors of #A5B146
Black with #A5B146
Text Example
Text Example
White with #A5B146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B146; }
p { color: rgb(165,177,70); }
H1.HeaderClassName
{
color: #A5B146;
}
.AnyTagClassName
{
color: #A5B146;
}
</style>
background-color css
<style>
a { background-color: #A5B146; }
a { background-color: rgb(165,177,70); }
div.DivClassName
{
background-color: #A5B146;
}
.BgClassName
{
background-color: #A5B146;
}
</style>
border-color css
<style>
span { border-color: #A5B146; }
span { border-color: rgb(165,177,70); }
td.TdClassName
{
border-color: #A5B146;
}
.TagClassName
{
border-color: #A5B146;
}
</style>