Shades of Celery #ADB948
Tints of Celery #ADB948
RGB
CMYK
RGB Variations
Color information
#ADB948 (or 0xADB948) is known color: Celery. HEX triplet: AD, B9 and 48. RGB value is (173,185,72). Sum of RGB (Red+Green+Blue) = 173+185+72=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB948 is #5246B7. Grayscale: #A8A8A8. Windows color (decimal): -5392056 or 4766125. OLE color: 4766125.
HSL color Cylindrical-coordinate representation of color #ADB948: hue angle of 66.37º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADB948 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 72 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.27 |
| HSL | 66.37º | 0.45% | 0.5% | - |
| HSV(B) | 66.37º | 0.61% | 0.73% | - |
| XYZ | 35.75 | 44.05 | 12.75 | - |
| YUV | 168.53 | 73.52 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 72 | 0.06 | 0 | 0.61 | 0.27 | 66.37 | 0.45 | 0.5 |
| Hex | AD | B9 | 48 | 6 | 0 | 3D | 1B | 42 | 2D | 32 |
| Octal | 255 | 271 | 110 | 6 | 0 | 75 | 33 | 102 | 55 | 62 |
| Binary | 10101101 | 10111001 | 1001000 | 110 | 0 | 111101 | 11011 | 1000010 | 101101 | 110010 |
Color Harmonies of #ADB948
Complementary color
Monochromatic Colors of #ADB948
Black with #ADB948
Text Example
Text Example
White with #ADB948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB948; }
p { color: rgb(173,185,72); }
H1.HeaderClassName
{
color: #ADB948;
}
.AnyTagClassName
{
color: #ADB948;
}
</style>
background-color css
<style>
a { background-color: #ADB948; }
a { background-color: rgb(173,185,72); }
div.DivClassName
{
background-color: #ADB948;
}
.BgClassName
{
background-color: #ADB948;
}
</style>
border-color css
<style>
span { border-color: #ADB948; }
span { border-color: rgb(173,185,72); }
td.TdClassName
{
border-color: #ADB948;
}
.TagClassName
{
border-color: #ADB948;
}
</style>