Shades of Celery #ADB93D
Tints of Celery #ADB93D
RGB
CMYK
RGB Variations
Color information
#ADB93D (or 0xADB93D) is known color: Celery. HEX triplet: AD, B9 and 3D. RGB value is (173,185,61). Sum of RGB (Red+Green+Blue) = 173+185+61=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB93D is #5246C2. Grayscale: #A7A7A7. Windows color (decimal): -5392067 or 4045229. OLE color: 4045229.
HSL color Cylindrical-coordinate representation of color #ADB93D: hue angle of 65.81º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADB93D is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 61 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.27 |
| HSL | 65.81º | 0.5% | 0.48% | - |
| HSV(B) | 65.81º | 0.67% | 0.73% | - |
| XYZ | 35.42 | 43.92 | 11.03 | - |
| YUV | 167.28 | 68.02 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 61 | 0.06 | 0 | 0.67 | 0.27 | 65.81 | 0.5 | 0.48 |
| Hex | AD | B9 | 3D | 6 | 0 | 43 | 1B | 42 | 32 | 30 |
| Octal | 255 | 271 | 75 | 6 | 0 | 103 | 33 | 102 | 62 | 60 |
| Binary | 10101101 | 10111001 | 111101 | 110 | 0 | 1000011 | 11011 | 1000010 | 110010 | 110000 |
Color Harmonies of #ADB93D
Complementary color
Monochromatic Colors of #ADB93D
Black with #ADB93D
Text Example
Text Example
White with #ADB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB93D; }
p { color: rgb(173,185,61); }
H1.HeaderClassName
{
color: #ADB93D;
}
.AnyTagClassName
{
color: #ADB93D;
}
</style>
background-color css
<style>
a { background-color: #ADB93D; }
a { background-color: rgb(173,185,61); }
div.DivClassName
{
background-color: #ADB93D;
}
.BgClassName
{
background-color: #ADB93D;
}
</style>
border-color css
<style>
span { border-color: #ADB93D; }
span { border-color: rgb(173,185,61); }
td.TdClassName
{
border-color: #ADB93D;
}
.TagClassName
{
border-color: #ADB93D;
}
</style>