Shades of Celery #ADBC3E
Tints of Celery #ADBC3E
RGB
CMYK
RGB Variations
Color information
#ADBC3E (or 0xADBC3E) is known color: Celery. HEX triplet: AD, BC and 3E. RGB value is (173,188,62). Sum of RGB (Red+Green+Blue) = 173+188+62=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC3E is #5243C1. Grayscale: #A9A9A9. Windows color (decimal): -5391298 or 4111533. OLE color: 4111533.
HSL color Cylindrical-coordinate representation of color #ADBC3E: hue angle of 67.14º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADBC3E is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 62 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.26 |
| HSL | 67.14º | 0.5% | 0.49% | - |
| HSV(B) | 67.14º | 0.67% | 0.74% | - |
| XYZ | 36.09 | 45.2 | 11.38 | - |
| YUV | 169.15 | 67.53 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 62 | 0.08 | 0 | 0.67 | 0.26 | 67.14 | 0.5 | 0.49 |
| Hex | AD | BC | 3E | 8 | 0 | 43 | 1A | 43 | 32 | 31 |
| Octal | 255 | 274 | 76 | 10 | 0 | 103 | 32 | 103 | 62 | 61 |
| Binary | 10101101 | 10111100 | 111110 | 1000 | 0 | 1000011 | 11010 | 1000011 | 110010 | 110001 |
Color Harmonies of #ADBC3E
Complementary color
Monochromatic Colors of #ADBC3E
Black with #ADBC3E
Text Example
Text Example
White with #ADBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC3E; }
p { color: rgb(173,188,62); }
H1.HeaderClassName
{
color: #ADBC3E;
}
.AnyTagClassName
{
color: #ADBC3E;
}
</style>
background-color css
<style>
a { background-color: #ADBC3E; }
a { background-color: rgb(173,188,62); }
div.DivClassName
{
background-color: #ADBC3E;
}
.BgClassName
{
background-color: #ADBC3E;
}
</style>
border-color css
<style>
span { border-color: #ADBC3E; }
span { border-color: rgb(173,188,62); }
td.TdClassName
{
border-color: #ADBC3E;
}
.TagClassName
{
border-color: #ADBC3E;
}
</style>