Shades of Celery #ADB24D
Tints of Celery #ADB24D
RGB
CMYK
RGB Variations
Color information
#ADB24D (or 0xADB24D) is known color: Celery. HEX triplet: AD, B2 and 4D. RGB value is (173,178,77). Sum of RGB (Red+Green+Blue) = 173+178+77=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB24D is #524DB2. Grayscale: #A5A5A5. Windows color (decimal): -5393843 or 5092013. OLE color: 5092013.
HSL color Cylindrical-coordinate representation of color #ADB24D: hue angle of 62.97º 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 #ADB24D is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 77 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.30 |
| HSL | 62.97º | 0.4% | 0.5% | - |
| HSV(B) | 62.97º | 0.57% | 0.7% | - |
| XYZ | 34.49 | 41.26 | 13.17 | - |
| YUV | 164.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 77 | 0.03 | 0 | 0.57 | 0.30 | 62.97 | 0.4 | 0.5 |
| Hex | AD | B2 | 4D | 3 | 0 | 39 | 1E | 3F | 28 | 32 |
| Octal | 255 | 262 | 115 | 3 | 0 | 71 | 36 | 77 | 50 | 62 |
| Binary | 10101101 | 10110010 | 1001101 | 11 | 0 | 111001 | 11110 | 111111 | 101000 | 110010 |
Color Harmonies of #ADB24D
Complementary color
Monochromatic Colors of #ADB24D
Black with #ADB24D
Text Example
Text Example
White with #ADB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB24D; }
p { color: rgb(173,178,77); }
H1.HeaderClassName
{
color: #ADB24D;
}
.AnyTagClassName
{
color: #ADB24D;
}
</style>
background-color css
<style>
a { background-color: #ADB24D; }
a { background-color: rgb(173,178,77); }
div.DivClassName
{
background-color: #ADB24D;
}
.BgClassName
{
background-color: #ADB24D;
}
</style>
border-color css
<style>
span { border-color: #ADB24D; }
span { border-color: rgb(173,178,77); }
td.TdClassName
{
border-color: #ADB24D;
}
.TagClassName
{
border-color: #ADB24D;
}
</style>