Shades of Celery #ADB24E
Tints of Celery #ADB24E
RGB
CMYK
RGB Variations
Color information
#ADB24E (or 0xADB24E) is known color: Celery. HEX triplet: AD, B2 and 4E. RGB value is (173,178,78). Sum of RGB (Red+Green+Blue) = 173+178+78=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB24E is #524DB1. Grayscale: #A5A5A5. Windows color (decimal): -5393842 or 5157549. OLE color: 5157549.
HSL color Cylindrical-coordinate representation of color #ADB24E: hue angle of 63º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADB24E is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 78 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.30 |
| HSL | 63º | 0.39% | 0.5% | - |
| HSV(B) | 63º | 0.56% | 0.7% | - |
| XYZ | 34.53 | 41.28 | 13.35 | - |
| YUV | 165.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 78 | 0.03 | 0 | 0.56 | 0.30 | 63 | 0.39 | 0.5 |
| Hex | AD | B2 | 4E | 3 | 0 | 38 | 1E | 3F | 27 | 32 |
| Octal | 255 | 262 | 116 | 3 | 0 | 70 | 36 | 77 | 47 | 62 |
| Binary | 10101101 | 10110010 | 1001110 | 11 | 0 | 111000 | 11110 | 111111 | 100111 | 110010 |
Color Harmonies of #ADB24E
Complementary color
Monochromatic Colors of #ADB24E
Black with #ADB24E
Text Example
Text Example
White with #ADB24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB24E; }
p { color: rgb(173,178,78); }
H1.HeaderClassName
{
color: #ADB24E;
}
.AnyTagClassName
{
color: #ADB24E;
}
</style>
background-color css
<style>
a { background-color: #ADB24E; }
a { background-color: rgb(173,178,78); }
div.DivClassName
{
background-color: #ADB24E;
}
.BgClassName
{
background-color: #ADB24E;
}
</style>
border-color css
<style>
span { border-color: #ADB24E; }
span { border-color: rgb(173,178,78); }
td.TdClassName
{
border-color: #ADB24E;
}
.TagClassName
{
border-color: #ADB24E;
}
</style>