Shades of Celery #ADBA41
Tints of Celery #ADBA41
RGB
CMYK
RGB Variations
Color information
#ADBA41 (or 0xADBA41) is known color: Celery. HEX triplet: AD, BA and 41. RGB value is (173,186,65). Sum of RGB (Red+Green+Blue) = 173+186+65=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA41 is #5245BE. Grayscale: #A8A8A8. Windows color (decimal): -5391807 or 4307629. OLE color: 4307629.
HSL color Cylindrical-coordinate representation of color #ADBA41: hue angle of 66.45º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADBA41 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 65 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.27 |
| HSL | 66.45º | 0.48% | 0.49% | - |
| HSV(B) | 66.45º | 0.65% | 0.73% | - |
| XYZ | 35.75 | 44.38 | 11.68 | - |
| YUV | 168.32 | 69.69 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 65 | 0.07 | 0 | 0.65 | 0.27 | 66.45 | 0.48 | 0.49 |
| Hex | AD | BA | 41 | 7 | 0 | 41 | 1B | 42 | 30 | 31 |
| Octal | 255 | 272 | 101 | 7 | 0 | 101 | 33 | 102 | 60 | 61 |
| Binary | 10101101 | 10111010 | 1000001 | 111 | 0 | 1000001 | 11011 | 1000010 | 110000 | 110001 |
Color Harmonies of #ADBA41
Complementary color
Monochromatic Colors of #ADBA41
Black with #ADBA41
Text Example
Text Example
White with #ADBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA41; }
p { color: rgb(173,186,65); }
H1.HeaderClassName
{
color: #ADBA41;
}
.AnyTagClassName
{
color: #ADBA41;
}
</style>
background-color css
<style>
a { background-color: #ADBA41; }
a { background-color: rgb(173,186,65); }
div.DivClassName
{
background-color: #ADBA41;
}
.BgClassName
{
background-color: #ADBA41;
}
</style>
border-color css
<style>
span { border-color: #ADBA41; }
span { border-color: rgb(173,186,65); }
td.TdClassName
{
border-color: #ADBA41;
}
.TagClassName
{
border-color: #ADBA41;
}
</style>