Shades of Celery #ADBC3A
Tints of Celery #ADBC3A
RGB
CMYK
RGB Variations
Color information
#ADBC3A (or 0xADBC3A) is known color: Celery. HEX triplet: AD, BC and 3A. RGB value is (173,188,58). Sum of RGB (Red+Green+Blue) = 173+188+58=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC3A is #5243C5. Grayscale: #A9A9A9. Windows color (decimal): -5391302 or 3849389. OLE color: 3849389.
HSL color Cylindrical-coordinate representation of color #ADBC3A: hue angle of 66.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADBC3A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 58 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.26 |
| HSL | 66.92º | 0.53% | 0.48% | - |
| HSV(B) | 66.92º | 0.69% | 0.74% | - |
| XYZ | 35.98 | 45.16 | 10.82 | - |
| YUV | 168.7 | 65.53 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 58 | 0.08 | 0 | 0.69 | 0.26 | 66.92 | 0.53 | 0.48 |
| Hex | AD | BC | 3A | 8 | 0 | 45 | 1A | 43 | 35 | 30 |
| Octal | 255 | 274 | 72 | 10 | 0 | 105 | 32 | 103 | 65 | 60 |
| Binary | 10101101 | 10111100 | 111010 | 1000 | 0 | 1000101 | 11010 | 1000011 | 110101 | 110000 |
Color Harmonies of #ADBC3A
Complementary color
Monochromatic Colors of #ADBC3A
Black with #ADBC3A
Text Example
Text Example
White with #ADBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC3A; }
p { color: rgb(173,188,58); }
H1.HeaderClassName
{
color: #ADBC3A;
}
.AnyTagClassName
{
color: #ADBC3A;
}
</style>
background-color css
<style>
a { background-color: #ADBC3A; }
a { background-color: rgb(173,188,58); }
div.DivClassName
{
background-color: #ADBC3A;
}
.BgClassName
{
background-color: #ADBC3A;
}
</style>
border-color css
<style>
span { border-color: #ADBC3A; }
span { border-color: rgb(173,188,58); }
td.TdClassName
{
border-color: #ADBC3A;
}
.TagClassName
{
border-color: #ADBC3A;
}
</style>