Shades of Celery #ADBC5A
Tints of Celery #ADBC5A
RGB
CMYK
RGB Variations
Color information
#ADBC5A (or 0xADBC5A) is known color: Celery. HEX triplet: AD, BC and 5A. RGB value is (173,188,90). Sum of RGB (Red+Green+Blue) = 173+188+90=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC5A is #5243A5. Grayscale: #ACACAC. Windows color (decimal): -5391270 or 5946541. OLE color: 5946541.
HSL color Cylindrical-coordinate representation of color #ADBC5A: hue angle of 69.18º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADBC5A is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 90 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.26 |
| HSL | 69.18º | 0.42% | 0.55% | - |
| HSV(B) | 69.18º | 0.52% | 0.74% | - |
| XYZ | 37.06 | 45.59 | 16.52 | - |
| YUV | 172.34 | 81.53 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 90 | 0.08 | 0 | 0.52 | 0.26 | 69.18 | 0.42 | 0.55 |
| Hex | AD | BC | 5A | 8 | 0 | 34 | 1A | 45 | 2A | 37 |
| Octal | 255 | 274 | 132 | 10 | 0 | 64 | 32 | 105 | 52 | 67 |
| Binary | 10101101 | 10111100 | 1011010 | 1000 | 0 | 110100 | 11010 | 1000101 | 101010 | 110111 |
Color Harmonies of #ADBC5A
Complementary color
Monochromatic Colors of #ADBC5A
Black with #ADBC5A
Text Example
Text Example
White with #ADBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC5A; }
p { color: rgb(173,188,90); }
H1.HeaderClassName
{
color: #ADBC5A;
}
.AnyTagClassName
{
color: #ADBC5A;
}
</style>
background-color css
<style>
a { background-color: #ADBC5A; }
a { background-color: rgb(173,188,90); }
div.DivClassName
{
background-color: #ADBC5A;
}
.BgClassName
{
background-color: #ADBC5A;
}
</style>
border-color css
<style>
span { border-color: #ADBC5A; }
span { border-color: rgb(173,188,90); }
td.TdClassName
{
border-color: #ADBC5A;
}
.TagClassName
{
border-color: #ADBC5A;
}
</style>