Shades of Celery #ADB83F
Tints of Celery #ADB83F
RGB
CMYK
RGB Variations
Color information
#ADB83F (or 0xADB83F) is known color: Celery. HEX triplet: AD, B8 and 3F. RGB value is (173,184,63). Sum of RGB (Red+Green+Blue) = 173+184+63=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB83F is #5247C0. Grayscale: #A7A7A7. Windows color (decimal): -5392321 or 4176045. OLE color: 4176045.
HSL color Cylindrical-coordinate representation of color #ADB83F: hue angle of 65.45º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADB83F is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 63 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.28 |
| HSL | 65.45º | 0.49% | 0.48% | - |
| HSV(B) | 65.45º | 0.66% | 0.72% | - |
| XYZ | 35.27 | 43.52 | 11.24 | - |
| YUV | 166.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 63 | 0.06 | 0 | 0.66 | 0.28 | 65.45 | 0.49 | 0.48 |
| Hex | AD | B8 | 3F | 6 | 0 | 42 | 1C | 41 | 31 | 30 |
| Octal | 255 | 270 | 77 | 6 | 0 | 102 | 34 | 101 | 61 | 60 |
| Binary | 10101101 | 10111000 | 111111 | 110 | 0 | 1000010 | 11100 | 1000001 | 110001 | 110000 |
Color Harmonies of #ADB83F
Complementary color
Monochromatic Colors of #ADB83F
Black with #ADB83F
Text Example
Text Example
White with #ADB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB83F; }
p { color: rgb(173,184,63); }
H1.HeaderClassName
{
color: #ADB83F;
}
.AnyTagClassName
{
color: #ADB83F;
}
</style>
background-color css
<style>
a { background-color: #ADB83F; }
a { background-color: rgb(173,184,63); }
div.DivClassName
{
background-color: #ADB83F;
}
.BgClassName
{
background-color: #ADB83F;
}
</style>
border-color css
<style>
span { border-color: #ADB83F; }
span { border-color: rgb(173,184,63); }
td.TdClassName
{
border-color: #ADB83F;
}
.TagClassName
{
border-color: #ADB83F;
}
</style>