Shades of Celery #ADB53E
Tints of Celery #ADB53E
RGB
CMYK
RGB Variations
Color information
#ADB53E (or 0xADB53E) is known color: Celery. HEX triplet: AD, B5 and 3E. RGB value is (173,181,62). Sum of RGB (Red+Green+Blue) = 173+181+62=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB53E is #524AC1. Grayscale: #A5A5A5. Windows color (decimal): -5393090 or 4109741. OLE color: 4109741.
HSL color Cylindrical-coordinate representation of color #ADB53E: hue angle of 64.03º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADB53E is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 62 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.29 |
| HSL | 64.03º | 0.49% | 0.48% | - |
| HSV(B) | 64.03º | 0.66% | 0.71% | - |
| XYZ | 34.63 | 42.28 | 10.89 | - |
| YUV | 165.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 62 | 0.04 | 0 | 0.66 | 0.29 | 64.03 | 0.49 | 0.48 |
| Hex | AD | B5 | 3E | 4 | 0 | 42 | 1D | 40 | 31 | 30 |
| Octal | 255 | 265 | 76 | 4 | 0 | 102 | 35 | 100 | 61 | 60 |
| Binary | 10101101 | 10110101 | 111110 | 100 | 0 | 1000010 | 11101 | 1000000 | 110001 | 110000 |
Color Harmonies of #ADB53E
Complementary color
Monochromatic Colors of #ADB53E
Black with #ADB53E
Text Example
Text Example
White with #ADB53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB53E; }
p { color: rgb(173,181,62); }
H1.HeaderClassName
{
color: #ADB53E;
}
.AnyTagClassName
{
color: #ADB53E;
}
</style>
background-color css
<style>
a { background-color: #ADB53E; }
a { background-color: rgb(173,181,62); }
div.DivClassName
{
background-color: #ADB53E;
}
.BgClassName
{
background-color: #ADB53E;
}
</style>
border-color css
<style>
span { border-color: #ADB53E; }
span { border-color: rgb(173,181,62); }
td.TdClassName
{
border-color: #ADB53E;
}
.TagClassName
{
border-color: #ADB53E;
}
</style>