Shades of Celery #ADB83C
Tints of Celery #ADB83C
RGB
CMYK
RGB Variations
Color information
#ADB83C (or 0xADB83C) is known color: Celery. HEX triplet: AD, B8 and 3C. RGB value is (173,184,60). Sum of RGB (Red+Green+Blue) = 173+184+60=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB83C is #5247C3. Grayscale: #A7A7A7. Windows color (decimal): -5392324 or 3979437. OLE color: 3979437.
HSL color Cylindrical-coordinate representation of color #ADB83C: hue angle of 65.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADB83C is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 60 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.28 |
| HSL | 65.32º | 0.51% | 0.48% | - |
| HSV(B) | 65.32º | 0.67% | 0.72% | - |
| XYZ | 35.19 | 43.49 | 10.81 | - |
| YUV | 166.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 60 | 0.06 | 0 | 0.67 | 0.28 | 65.32 | 0.51 | 0.48 |
| Hex | AD | B8 | 3C | 6 | 0 | 43 | 1C | 41 | 33 | 30 |
| Octal | 255 | 270 | 74 | 6 | 0 | 103 | 34 | 101 | 63 | 60 |
| Binary | 10101101 | 10111000 | 111100 | 110 | 0 | 1000011 | 11100 | 1000001 | 110011 | 110000 |
Color Harmonies of #ADB83C
Complementary color
Monochromatic Colors of #ADB83C
Black with #ADB83C
Text Example
Text Example
White with #ADB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB83C; }
p { color: rgb(173,184,60); }
H1.HeaderClassName
{
color: #ADB83C;
}
.AnyTagClassName
{
color: #ADB83C;
}
</style>
background-color css
<style>
a { background-color: #ADB83C; }
a { background-color: rgb(173,184,60); }
div.DivClassName
{
background-color: #ADB83C;
}
.BgClassName
{
background-color: #ADB83C;
}
</style>
border-color css
<style>
span { border-color: #ADB83C; }
span { border-color: rgb(173,184,60); }
td.TdClassName
{
border-color: #ADB83C;
}
.TagClassName
{
border-color: #ADB83C;
}
</style>