Shades of Celery #ADBD49
Tints of Celery #ADBD49
RGB
CMYK
RGB Variations
Color information
#ADBD49 (or 0xADBD49) is known color: Celery. HEX triplet: AD, BD and 49. RGB value is (173,189,73). Sum of RGB (Red+Green+Blue) = 173+189+73=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD49 is #5242B6. Grayscale: #ABABAB. Windows color (decimal): -5391031 or 4832685. OLE color: 4832685.
HSL color Cylindrical-coordinate representation of color #ADBD49: hue angle of 68.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADBD49 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 73 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.26 |
| HSL | 68.28º | 0.47% | 0.51% | - |
| HSV(B) | 68.28º | 0.61% | 0.74% | - |
| XYZ | 36.63 | 45.76 | 13.21 | - |
| YUV | 170.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 73 | 0.08 | 0 | 0.61 | 0.26 | 68.28 | 0.47 | 0.51 |
| Hex | AD | BD | 49 | 8 | 0 | 3D | 1A | 44 | 2F | 33 |
| Octal | 255 | 275 | 111 | 10 | 0 | 75 | 32 | 104 | 57 | 63 |
| Binary | 10101101 | 10111101 | 1001001 | 1000 | 0 | 111101 | 11010 | 1000100 | 101111 | 110011 |
Color Harmonies of #ADBD49
Complementary color
Monochromatic Colors of #ADBD49
Black with #ADBD49
Text Example
Text Example
White with #ADBD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD49; }
p { color: rgb(173,189,73); }
H1.HeaderClassName
{
color: #ADBD49;
}
.AnyTagClassName
{
color: #ADBD49;
}
</style>
background-color css
<style>
a { background-color: #ADBD49; }
a { background-color: rgb(173,189,73); }
div.DivClassName
{
background-color: #ADBD49;
}
.BgClassName
{
background-color: #ADBD49;
}
</style>
border-color css
<style>
span { border-color: #ADBD49; }
span { border-color: rgb(173,189,73); }
td.TdClassName
{
border-color: #ADBD49;
}
.TagClassName
{
border-color: #ADBD49;
}
</style>