Shades of Celery #ADB83A
Tints of Celery #ADB83A
RGB
CMYK
RGB Variations
Color information
#ADB83A (or 0xADB83A) is known color: Celery. HEX triplet: AD, B8 and 3A. RGB value is (173,184,58). Sum of RGB (Red+Green+Blue) = 173+184+58=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB83A is #5247C5. Grayscale: #A6A6A6. Windows color (decimal): -5392326 or 3848365. OLE color: 3848365.
HSL color Cylindrical-coordinate representation of color #ADB83A: hue angle of 65.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADB83A is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 58 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.28 |
| HSL | 65.24º | 0.52% | 0.47% | - |
| HSV(B) | 65.24º | 0.68% | 0.72% | - |
| XYZ | 35.14 | 43.47 | 10.54 | - |
| YUV | 166.35 | 66.86 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 58 | 0.06 | 0 | 0.68 | 0.28 | 65.24 | 0.52 | 0.47 |
| Hex | AD | B8 | 3A | 6 | 0 | 44 | 1C | 41 | 34 | 2F |
| Octal | 255 | 270 | 72 | 6 | 0 | 104 | 34 | 101 | 64 | 57 |
| Binary | 10101101 | 10111000 | 111010 | 110 | 0 | 1000100 | 11100 | 1000001 | 110100 | 101111 |
Color Harmonies of #ADB83A
Complementary color
Monochromatic Colors of #ADB83A
Black with #ADB83A
Text Example
Text Example
White with #ADB83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB83A; }
p { color: rgb(173,184,58); }
H1.HeaderClassName
{
color: #ADB83A;
}
.AnyTagClassName
{
color: #ADB83A;
}
</style>
background-color css
<style>
a { background-color: #ADB83A; }
a { background-color: rgb(173,184,58); }
div.DivClassName
{
background-color: #ADB83A;
}
.BgClassName
{
background-color: #ADB83A;
}
</style>
border-color css
<style>
span { border-color: #ADB83A; }
span { border-color: rgb(173,184,58); }
td.TdClassName
{
border-color: #ADB83A;
}
.TagClassName
{
border-color: #ADB83A;
}
</style>