Shades of Celery #ADBC3D
Tints of Celery #ADBC3D
RGB
CMYK
RGB Variations
Color information
#ADBC3D (or 0xADBC3D) is known color: Celery. HEX triplet: AD, BC and 3D. RGB value is (173,188,61). Sum of RGB (Red+Green+Blue) = 173+188+61=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC3D is #5243C2. Grayscale: #A9A9A9. Windows color (decimal): -5391299 or 4045997. OLE color: 4045997.
HSL color Cylindrical-coordinate representation of color #ADBC3D: hue angle of 67.09º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADBC3D is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 61 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.26 |
| HSL | 67.09º | 0.51% | 0.49% | - |
| HSV(B) | 67.09º | 0.68% | 0.74% | - |
| XYZ | 36.06 | 45.19 | 11.24 | - |
| YUV | 169.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 61 | 0.08 | 0 | 0.68 | 0.26 | 67.09 | 0.51 | 0.49 |
| Hex | AD | BC | 3D | 8 | 0 | 44 | 1A | 43 | 33 | 31 |
| Octal | 255 | 274 | 75 | 10 | 0 | 104 | 32 | 103 | 63 | 61 |
| Binary | 10101101 | 10111100 | 111101 | 1000 | 0 | 1000100 | 11010 | 1000011 | 110011 | 110001 |
Color Harmonies of #ADBC3D
Complementary color
Monochromatic Colors of #ADBC3D
Black with #ADBC3D
Text Example
Text Example
White with #ADBC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC3D; }
p { color: rgb(173,188,61); }
H1.HeaderClassName
{
color: #ADBC3D;
}
.AnyTagClassName
{
color: #ADBC3D;
}
</style>
background-color css
<style>
a { background-color: #ADBC3D; }
a { background-color: rgb(173,188,61); }
div.DivClassName
{
background-color: #ADBC3D;
}
.BgClassName
{
background-color: #ADBC3D;
}
</style>
border-color css
<style>
span { border-color: #ADBC3D; }
span { border-color: rgb(173,188,61); }
td.TdClassName
{
border-color: #ADBC3D;
}
.TagClassName
{
border-color: #ADBC3D;
}
</style>