Shades of Celery #ADB83E
Tints of Celery #ADB83E
RGB
CMYK
RGB Variations
Color information
#ADB83E (or 0xADB83E) is known color: Celery. HEX triplet: AD, B8 and 3E. RGB value is (173,184,62). Sum of RGB (Red+Green+Blue) = 173+184+62=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB83E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB83E is #5247C1. Grayscale: #A7A7A7. Windows color (decimal): -5392322 or 4110509. OLE color: 4110509.
HSL color Cylindrical-coordinate representation of color #ADB83E: hue angle of 65.41º degrees, saturation: 0.5, 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 #ADB83E is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 62 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.28 |
| HSL | 65.41º | 0.5% | 0.48% | - |
| HSV(B) | 65.41º | 0.66% | 0.72% | - |
| XYZ | 35.24 | 43.51 | 11.1 | - |
| YUV | 166.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 62 | 0.06 | 0 | 0.66 | 0.28 | 65.41 | 0.5 | 0.48 |
| Hex | AD | B8 | 3E | 6 | 0 | 42 | 1C | 41 | 32 | 30 |
| Octal | 255 | 270 | 76 | 6 | 0 | 102 | 34 | 101 | 62 | 60 |
| Binary | 10101101 | 10111000 | 111110 | 110 | 0 | 1000010 | 11100 | 1000001 | 110010 | 110000 |
Color Harmonies of #ADB83E
Complementary color
Monochromatic Colors of #ADB83E
Black with #ADB83E
Text Example
Text Example
White with #ADB83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB83E; }
p { color: rgb(173,184,62); }
H1.HeaderClassName
{
color: #ADB83E;
}
.AnyTagClassName
{
color: #ADB83E;
}
</style>
background-color css
<style>
a { background-color: #ADB83E; }
a { background-color: rgb(173,184,62); }
div.DivClassName
{
background-color: #ADB83E;
}
.BgClassName
{
background-color: #ADB83E;
}
</style>
border-color css
<style>
span { border-color: #ADB83E; }
span { border-color: rgb(173,184,62); }
td.TdClassName
{
border-color: #ADB83E;
}
.TagClassName
{
border-color: #ADB83E;
}
</style>