Shades of Celery #ADB34D
Tints of Celery #ADB34D
RGB
CMYK
RGB Variations
Color information
#ADB34D (or 0xADB34D) is known color: Celery. HEX triplet: AD, B3 and 4D. RGB value is (173,179,77). Sum of RGB (Red+Green+Blue) = 173+179+77=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB34D is #524CB2. Grayscale: #A5A5A5. Windows color (decimal): -5393587 or 5092269. OLE color: 5092269.
HSL color Cylindrical-coordinate representation of color #ADB34D: hue angle of 63.53º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADB34D is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 77 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.30 |
| HSL | 63.53º | 0.4% | 0.5% | - |
| HSV(B) | 63.53º | 0.57% | 0.7% | - |
| XYZ | 34.69 | 41.66 | 13.23 | - |
| YUV | 165.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 77 | 0.03 | 0 | 0.57 | 0.30 | 63.53 | 0.4 | 0.5 |
| Hex | AD | B3 | 4D | 3 | 0 | 39 | 1E | 40 | 28 | 32 |
| Octal | 255 | 263 | 115 | 3 | 0 | 71 | 36 | 100 | 50 | 62 |
| Binary | 10101101 | 10110011 | 1001101 | 11 | 0 | 111001 | 11110 | 1000000 | 101000 | 110010 |
Color Harmonies of #ADB34D
Complementary color
Monochromatic Colors of #ADB34D
Black with #ADB34D
Text Example
Text Example
White with #ADB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB34D; }
p { color: rgb(173,179,77); }
H1.HeaderClassName
{
color: #ADB34D;
}
.AnyTagClassName
{
color: #ADB34D;
}
</style>
background-color css
<style>
a { background-color: #ADB34D; }
a { background-color: rgb(173,179,77); }
div.DivClassName
{
background-color: #ADB34D;
}
.BgClassName
{
background-color: #ADB34D;
}
</style>
border-color css
<style>
span { border-color: #ADB34D; }
span { border-color: rgb(173,179,77); }
td.TdClassName
{
border-color: #ADB34D;
}
.TagClassName
{
border-color: #ADB34D;
}
</style>