Shades of Celery #ADB945
Tints of Celery #ADB945
RGB
CMYK
RGB Variations
Color information
#ADB945 (or 0xADB945) is known color: Celery. HEX triplet: AD, B9 and 45. RGB value is (173,185,69). Sum of RGB (Red+Green+Blue) = 173+185+69=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB945 is #5246BA. Grayscale: #A8A8A8. Windows color (decimal): -5392059 or 4569517. OLE color: 4569517.
HSL color Cylindrical-coordinate representation of color #ADB945: hue angle of 66.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADB945 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 69 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.27 |
| HSL | 66.21º | 0.46% | 0.5% | - |
| HSV(B) | 66.21º | 0.63% | 0.73% | - |
| XYZ | 35.66 | 44.01 | 12.25 | - |
| YUV | 168.19 | 72.02 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 69 | 0.06 | 0 | 0.63 | 0.27 | 66.21 | 0.46 | 0.5 |
| Hex | AD | B9 | 45 | 6 | 0 | 3F | 1B | 42 | 2E | 32 |
| Octal | 255 | 271 | 105 | 6 | 0 | 77 | 33 | 102 | 56 | 62 |
| Binary | 10101101 | 10111001 | 1000101 | 110 | 0 | 111111 | 11011 | 1000010 | 101110 | 110010 |
Color Harmonies of #ADB945
Complementary color
Monochromatic Colors of #ADB945
Black with #ADB945
Text Example
Text Example
White with #ADB945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB945; }
p { color: rgb(173,185,69); }
H1.HeaderClassName
{
color: #ADB945;
}
.AnyTagClassName
{
color: #ADB945;
}
</style>
background-color css
<style>
a { background-color: #ADB945; }
a { background-color: rgb(173,185,69); }
div.DivClassName
{
background-color: #ADB945;
}
.BgClassName
{
background-color: #ADB945;
}
</style>
border-color css
<style>
span { border-color: #ADB945; }
span { border-color: rgb(173,185,69); }
td.TdClassName
{
border-color: #ADB945;
}
.TagClassName
{
border-color: #ADB945;
}
</style>