Shades of Celery #ADBA52
Tints of Celery #ADBA52
RGB
CMYK
RGB Variations
Color information
#ADBA52 (or 0xADBA52) is known color: Celery. HEX triplet: AD, BA and 52. RGB value is (173,186,82). Sum of RGB (Red+Green+Blue) = 173+186+82=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA52 is #5245AD. Grayscale: #AAAAAA. Windows color (decimal): -5391790 or 5421741. OLE color: 5421741.
HSL color Cylindrical-coordinate representation of color #ADBA52: hue angle of 67.5º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADBA52 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 82 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.27 |
| HSL | 67.5º | 0.43% | 0.53% | - |
| HSV(B) | 67.5º | 0.56% | 0.73% | - |
| XYZ | 36.32 | 44.61 | 14.68 | - |
| YUV | 170.26 | 78.19 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 82 | 0.07 | 0 | 0.56 | 0.27 | 67.5 | 0.43 | 0.53 |
| Hex | AD | BA | 52 | 7 | 0 | 38 | 1B | 44 | 2B | 35 |
| Octal | 255 | 272 | 122 | 7 | 0 | 70 | 33 | 104 | 53 | 65 |
| Binary | 10101101 | 10111010 | 1010010 | 111 | 0 | 111000 | 11011 | 1000100 | 101011 | 110101 |
Color Harmonies of #ADBA52
Complementary color
Monochromatic Colors of #ADBA52
Black with #ADBA52
Text Example
Text Example
White with #ADBA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA52; }
p { color: rgb(173,186,82); }
H1.HeaderClassName
{
color: #ADBA52;
}
.AnyTagClassName
{
color: #ADBA52;
}
</style>
background-color css
<style>
a { background-color: #ADBA52; }
a { background-color: rgb(173,186,82); }
div.DivClassName
{
background-color: #ADBA52;
}
.BgClassName
{
background-color: #ADBA52;
}
</style>
border-color css
<style>
span { border-color: #ADBA52; }
span { border-color: rgb(173,186,82); }
td.TdClassName
{
border-color: #ADBA52;
}
.TagClassName
{
border-color: #ADBA52;
}
</style>