Shades of Celery #ADB346
Tints of Celery #ADB346
RGB
CMYK
RGB Variations
Color information
#ADB346 (or 0xADB346) is known color: Celery. HEX triplet: AD, B3 and 46. RGB value is (173,179,70). Sum of RGB (Red+Green+Blue) = 173+179+70=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB346 is #524CB9. Grayscale: #A5A5A5. Windows color (decimal): -5393594 or 4633517. OLE color: 4633517.
HSL color Cylindrical-coordinate representation of color #ADB346: hue angle of 63.3º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADB346 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 70 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.30 |
| HSL | 63.3º | 0.44% | 0.49% | - |
| HSV(B) | 63.3º | 0.61% | 0.7% | - |
| XYZ | 34.46 | 41.57 | 12 | - |
| YUV | 164.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 70 | 0.03 | 0 | 0.61 | 0.30 | 63.3 | 0.44 | 0.49 |
| Hex | AD | B3 | 46 | 3 | 0 | 3D | 1E | 3F | 2C | 31 |
| Octal | 255 | 263 | 106 | 3 | 0 | 75 | 36 | 77 | 54 | 61 |
| Binary | 10101101 | 10110011 | 1000110 | 11 | 0 | 111101 | 11110 | 111111 | 101100 | 110001 |
Color Harmonies of #ADB346
Complementary color
Monochromatic Colors of #ADB346
Black with #ADB346
Text Example
Text Example
White with #ADB346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB346; }
p { color: rgb(173,179,70); }
H1.HeaderClassName
{
color: #ADB346;
}
.AnyTagClassName
{
color: #ADB346;
}
</style>
background-color css
<style>
a { background-color: #ADB346; }
a { background-color: rgb(173,179,70); }
div.DivClassName
{
background-color: #ADB346;
}
.BgClassName
{
background-color: #ADB346;
}
</style>
border-color css
<style>
span { border-color: #ADB346; }
span { border-color: rgb(173,179,70); }
td.TdClassName
{
border-color: #ADB346;
}
.TagClassName
{
border-color: #ADB346;
}
</style>