Shades of Celery #ADB04A
Tints of Celery #ADB04A
RGB
CMYK
RGB Variations
Color information
#ADB04A (or 0xADB04A) is known color: Celery. HEX triplet: AD, B0 and 4A. RGB value is (173,176,74). Sum of RGB (Red+Green+Blue) = 173+176+74=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB04A is #524FB5. Grayscale: #A3A3A3. Windows color (decimal): -5394358 or 4894893. OLE color: 4894893.
HSL color Cylindrical-coordinate representation of color #ADB04A: hue angle of 61.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADB04A is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 74 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.31 |
| HSL | 61.76º | 0.41% | 0.49% | - |
| HSV(B) | 61.76º | 0.58% | 0.69% | - |
| XYZ | 33.99 | 40.43 | 12.49 | - |
| YUV | 163.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 74 | 0.02 | 0 | 0.58 | 0.31 | 61.76 | 0.41 | 0.49 |
| Hex | AD | B0 | 4A | 2 | 0 | 3A | 1F | 3E | 29 | 31 |
| Octal | 255 | 260 | 112 | 2 | 0 | 72 | 37 | 76 | 51 | 61 |
| Binary | 10101101 | 10110000 | 1001010 | 10 | 0 | 111010 | 11111 | 111110 | 101001 | 110001 |
Color Harmonies of #ADB04A
Complementary color
Monochromatic Colors of #ADB04A
Black with #ADB04A
Text Example
Text Example
White with #ADB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB04A; }
p { color: rgb(173,176,74); }
H1.HeaderClassName
{
color: #ADB04A;
}
.AnyTagClassName
{
color: #ADB04A;
}
</style>
background-color css
<style>
a { background-color: #ADB04A; }
a { background-color: rgb(173,176,74); }
div.DivClassName
{
background-color: #ADB04A;
}
.BgClassName
{
background-color: #ADB04A;
}
</style>
border-color css
<style>
span { border-color: #ADB04A; }
span { border-color: rgb(173,176,74); }
td.TdClassName
{
border-color: #ADB04A;
}
.TagClassName
{
border-color: #ADB04A;
}
</style>