Shades of Celery #ADBA51
Tints of Celery #ADBA51
RGB
CMYK
RGB Variations
Color information
#ADBA51 (or 0xADBA51) is known color: Celery. HEX triplet: AD, BA and 51. RGB value is (173,186,81). Sum of RGB (Red+Green+Blue) = 173+186+81=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 81 (32.03% from 255 or 18.41% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA51 is #5245AE. Grayscale: #AAAAAA. Windows color (decimal): -5391791 or 5356205. OLE color: 5356205.
HSL color Cylindrical-coordinate representation of color #ADBA51: hue angle of 67.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADBA51 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 81 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.27 |
| HSL | 67.43º | 0.43% | 0.52% | - |
| HSV(B) | 67.43º | 0.56% | 0.73% | - |
| XYZ | 36.28 | 44.6 | 14.48 | - |
| YUV | 170.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 81 | 0.07 | 0 | 0.56 | 0.27 | 67.43 | 0.43 | 0.52 |
| Hex | AD | BA | 51 | 7 | 0 | 38 | 1B | 43 | 2B | 34 |
| Octal | 255 | 272 | 121 | 7 | 0 | 70 | 33 | 103 | 53 | 64 |
| Binary | 10101101 | 10111010 | 1010001 | 111 | 0 | 111000 | 11011 | 1000011 | 101011 | 110100 |
Color Harmonies of #ADBA51
Complementary color
Monochromatic Colors of #ADBA51
Black with #ADBA51
Text Example
Text Example
White with #ADBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA51; }
p { color: rgb(173,186,81); }
H1.HeaderClassName
{
color: #ADBA51;
}
.AnyTagClassName
{
color: #ADBA51;
}
</style>
background-color css
<style>
a { background-color: #ADBA51; }
a { background-color: rgb(173,186,81); }
div.DivClassName
{
background-color: #ADBA51;
}
.BgClassName
{
background-color: #ADBA51;
}
</style>
border-color css
<style>
span { border-color: #ADBA51; }
span { border-color: rgb(173,186,81); }
td.TdClassName
{
border-color: #ADBA51;
}
.TagClassName
{
border-color: #ADBA51;
}
</style>