Shades of Celery #ADB146
Tints of Celery #ADB146
RGB
CMYK
RGB Variations
Color information
#ADB146 (or 0xADB146) is known color: Celery. HEX triplet: AD, B1 and 46. RGB value is (173,177,70). Sum of RGB (Red+Green+Blue) = 173+177+70=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB146 is #524EB9. Grayscale: #A4A4A4. Windows color (decimal): -5394106 or 4633005. OLE color: 4633005.
HSL color Cylindrical-coordinate representation of color #ADB146: hue angle of 62.24º 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 #ADB146 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 70 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.31 |
| HSL | 62.24º | 0.43% | 0.48% | - |
| HSV(B) | 62.24º | 0.6% | 0.69% | - |
| XYZ | 34.06 | 40.77 | 11.87 | - |
| YUV | 163.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 70 | 0.02 | 0 | 0.60 | 0.31 | 62.24 | 0.43 | 0.48 |
| Hex | AD | B1 | 46 | 2 | 0 | 3C | 1F | 3E | 2B | 30 |
| Octal | 255 | 261 | 106 | 2 | 0 | 74 | 37 | 76 | 53 | 60 |
| Binary | 10101101 | 10110001 | 1000110 | 10 | 0 | 111100 | 11111 | 111110 | 101011 | 110000 |
Color Harmonies of #ADB146
Complementary color
Monochromatic Colors of #ADB146
Black with #ADB146
Text Example
Text Example
White with #ADB146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB146; }
p { color: rgb(173,177,70); }
H1.HeaderClassName
{
color: #ADB146;
}
.AnyTagClassName
{
color: #ADB146;
}
</style>
background-color css
<style>
a { background-color: #ADB146; }
a { background-color: rgb(173,177,70); }
div.DivClassName
{
background-color: #ADB146;
}
.BgClassName
{
background-color: #ADB146;
}
</style>
border-color css
<style>
span { border-color: #ADB146; }
span { border-color: rgb(173,177,70); }
td.TdClassName
{
border-color: #ADB146;
}
.TagClassName
{
border-color: #ADB146;
}
</style>