Shades of Celery #ADB53D
Tints of Celery #ADB53D
RGB
CMYK
RGB Variations
Color information
#ADB53D (or 0xADB53D) is known color: Celery. HEX triplet: AD, B5 and 3D. RGB value is (173,181,61). Sum of RGB (Red+Green+Blue) = 173+181+61=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB53D is #524AC2. Grayscale: #A5A5A5. Windows color (decimal): -5393091 or 4044205. OLE color: 4044205.
HSL color Cylindrical-coordinate representation of color #ADB53D: hue angle of 64º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADB53D is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 61 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.29 |
| HSL | 64º | 0.5% | 0.47% | - |
| HSV(B) | 64º | 0.66% | 0.71% | - |
| XYZ | 34.6 | 42.27 | 10.75 | - |
| YUV | 164.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 61 | 0.04 | 0 | 0.66 | 0.29 | 64 | 0.5 | 0.47 |
| Hex | AD | B5 | 3D | 4 | 0 | 42 | 1D | 40 | 32 | 2F |
| Octal | 255 | 265 | 75 | 4 | 0 | 102 | 35 | 100 | 62 | 57 |
| Binary | 10101101 | 10110101 | 111101 | 100 | 0 | 1000010 | 11101 | 1000000 | 110010 | 101111 |
Color Harmonies of #ADB53D
Complementary color
Monochromatic Colors of #ADB53D
Black with #ADB53D
Text Example
Text Example
White with #ADB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB53D; }
p { color: rgb(173,181,61); }
H1.HeaderClassName
{
color: #ADB53D;
}
.AnyTagClassName
{
color: #ADB53D;
}
</style>
background-color css
<style>
a { background-color: #ADB53D; }
a { background-color: rgb(173,181,61); }
div.DivClassName
{
background-color: #ADB53D;
}
.BgClassName
{
background-color: #ADB53D;
}
</style>
border-color css
<style>
span { border-color: #ADB53D; }
span { border-color: rgb(173,181,61); }
td.TdClassName
{
border-color: #ADB53D;
}
.TagClassName
{
border-color: #ADB53D;
}
</style>