Shades of Celery #ADB535
Tints of Celery #ADB535
RGB
CMYK
RGB Variations
Color information
#ADB535 (or 0xADB535) is known color: Celery. HEX triplet: AD, B5 and 35. RGB value is (173,181,53). Sum of RGB (Red+Green+Blue) = 173+181+53=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB535 is #524ACA. Grayscale: #A4A4A4. Windows color (decimal): -5393099 or 3519917. OLE color: 3519917.
HSL color Cylindrical-coordinate representation of color #ADB535: hue angle of 63.75º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADB535 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 53 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.29 |
| HSL | 63.75º | 0.55% | 0.46% | - |
| HSV(B) | 63.75º | 0.71% | 0.71% | - |
| XYZ | 34.4 | 42.19 | 9.7 | - |
| YUV | 164.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 53 | 0.04 | 0 | 0.71 | 0.29 | 63.75 | 0.55 | 0.46 |
| Hex | AD | B5 | 35 | 4 | 0 | 47 | 1D | 40 | 37 | 2E |
| Octal | 255 | 265 | 65 | 4 | 0 | 107 | 35 | 100 | 67 | 56 |
| Binary | 10101101 | 10110101 | 110101 | 100 | 0 | 1000111 | 11101 | 1000000 | 110111 | 101110 |
Color Harmonies of #ADB535
Complementary color
Monochromatic Colors of #ADB535
Black with #ADB535
Text Example
Text Example
White with #ADB535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB535; }
p { color: rgb(173,181,53); }
H1.HeaderClassName
{
color: #ADB535;
}
.AnyTagClassName
{
color: #ADB535;
}
</style>
background-color css
<style>
a { background-color: #ADB535; }
a { background-color: rgb(173,181,53); }
div.DivClassName
{
background-color: #ADB535;
}
.BgClassName
{
background-color: #ADB535;
}
</style>
border-color css
<style>
span { border-color: #ADB535; }
span { border-color: rgb(173,181,53); }
td.TdClassName
{
border-color: #ADB535;
}
.TagClassName
{
border-color: #ADB535;
}
</style>