Shades of Celery #ADB340
Tints of Celery #ADB340
RGB
CMYK
RGB Variations
Color information
#ADB340 (or 0xADB340) is known color: Celery. HEX triplet: AD, B3 and 40. RGB value is (173,179,64). Sum of RGB (Red+Green+Blue) = 173+179+64=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB340 is #524CBF. Grayscale: #A4A4A4. Windows color (decimal): -5393600 or 4240301. OLE color: 4240301.
HSL color Cylindrical-coordinate representation of color #ADB340: hue angle of 63.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADB340 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 64 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.30 |
| HSL | 63.13º | 0.47% | 0.48% | - |
| HSV(B) | 63.13º | 0.64% | 0.7% | - |
| XYZ | 34.28 | 41.49 | 11.05 | - |
| YUV | 164.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 64 | 0.03 | 0 | 0.64 | 0.30 | 63.13 | 0.47 | 0.48 |
| Hex | AD | B3 | 40 | 3 | 0 | 40 | 1E | 3F | 2F | 30 |
| Octal | 255 | 263 | 100 | 3 | 0 | 100 | 36 | 77 | 57 | 60 |
| Binary | 10101101 | 10110011 | 1000000 | 11 | 0 | 1000000 | 11110 | 111111 | 101111 | 110000 |
Color Harmonies of #ADB340
Complementary color
Monochromatic Colors of #ADB340
Black with #ADB340
Text Example
Text Example
White with #ADB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB340; }
p { color: rgb(173,179,64); }
H1.HeaderClassName
{
color: #ADB340;
}
.AnyTagClassName
{
color: #ADB340;
}
</style>
background-color css
<style>
a { background-color: #ADB340; }
a { background-color: rgb(173,179,64); }
div.DivClassName
{
background-color: #ADB340;
}
.BgClassName
{
background-color: #ADB340;
}
</style>
border-color css
<style>
span { border-color: #ADB340; }
span { border-color: rgb(173,179,64); }
td.TdClassName
{
border-color: #ADB340;
}
.TagClassName
{
border-color: #ADB340;
}
</style>