Shades of Celery #ADBA45
Tints of Celery #ADBA45
RGB
CMYK
RGB Variations
Color information
#ADBA45 (or 0xADBA45) is known color: Celery. HEX triplet: AD, BA and 45. RGB value is (173,186,69). Sum of RGB (Red+Green+Blue) = 173+186+69=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA45 is #5245BA. Grayscale: #A9A9A9. Windows color (decimal): -5391803 or 4569773. OLE color: 4569773.
HSL color Cylindrical-coordinate representation of color #ADBA45: hue angle of 66.67º 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 #ADBA45 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 69 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.27 |
| HSL | 66.67º | 0.46% | 0.5% | - |
| HSV(B) | 66.67º | 0.63% | 0.73% | - |
| XYZ | 35.87 | 44.43 | 12.32 | - |
| YUV | 168.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 69 | 0.07 | 0 | 0.63 | 0.27 | 66.67 | 0.46 | 0.5 |
| Hex | AD | BA | 45 | 7 | 0 | 3F | 1B | 43 | 2E | 32 |
| Octal | 255 | 272 | 105 | 7 | 0 | 77 | 33 | 103 | 56 | 62 |
| Binary | 10101101 | 10111010 | 1000101 | 111 | 0 | 111111 | 11011 | 1000011 | 101110 | 110010 |
Color Harmonies of #ADBA45
Complementary color
Monochromatic Colors of #ADBA45
Black with #ADBA45
Text Example
Text Example
White with #ADBA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA45; }
p { color: rgb(173,186,69); }
H1.HeaderClassName
{
color: #ADBA45;
}
.AnyTagClassName
{
color: #ADBA45;
}
</style>
background-color css
<style>
a { background-color: #ADBA45; }
a { background-color: rgb(173,186,69); }
div.DivClassName
{
background-color: #ADBA45;
}
.BgClassName
{
background-color: #ADBA45;
}
</style>
border-color css
<style>
span { border-color: #ADBA45; }
span { border-color: rgb(173,186,69); }
td.TdClassName
{
border-color: #ADBA45;
}
.TagClassName
{
border-color: #ADBA45;
}
</style>