Shades of Celery #ADB93F
Tints of Celery #ADB93F
RGB
CMYK
RGB Variations
Color information
#ADB93F (or 0xADB93F) is known color: Celery. HEX triplet: AD, B9 and 3F. RGB value is (173,185,63). Sum of RGB (Red+Green+Blue) = 173+185+63=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB93F is #5246C0. Grayscale: #A7A7A7. Windows color (decimal): -5392065 or 4176301. OLE color: 4176301.
HSL color Cylindrical-coordinate representation of color #ADB93F: hue angle of 65.9º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADB93F is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 63 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.27 |
| HSL | 65.9º | 0.49% | 0.49% | - |
| HSV(B) | 65.9º | 0.66% | 0.73% | - |
| XYZ | 35.48 | 43.94 | 11.31 | - |
| YUV | 167.5 | 69.02 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 63 | 0.06 | 0 | 0.66 | 0.27 | 65.9 | 0.49 | 0.49 |
| Hex | AD | B9 | 3F | 6 | 0 | 42 | 1B | 42 | 31 | 31 |
| Octal | 255 | 271 | 77 | 6 | 0 | 102 | 33 | 102 | 61 | 61 |
| Binary | 10101101 | 10111001 | 111111 | 110 | 0 | 1000010 | 11011 | 1000010 | 110001 | 110001 |
Color Harmonies of #ADB93F
Complementary color
Monochromatic Colors of #ADB93F
Black with #ADB93F
Text Example
Text Example
White with #ADB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB93F; }
p { color: rgb(173,185,63); }
H1.HeaderClassName
{
color: #ADB93F;
}
.AnyTagClassName
{
color: #ADB93F;
}
</style>
background-color css
<style>
a { background-color: #ADB93F; }
a { background-color: rgb(173,185,63); }
div.DivClassName
{
background-color: #ADB93F;
}
.BgClassName
{
background-color: #ADB93F;
}
</style>
border-color css
<style>
span { border-color: #ADB93F; }
span { border-color: rgb(173,185,63); }
td.TdClassName
{
border-color: #ADB93F;
}
.TagClassName
{
border-color: #ADB93F;
}
</style>