Shades of Celery #ADBC43
Tints of Celery #ADBC43
RGB
CMYK
RGB Variations
Color information
#ADBC43 (or 0xADBC43) is known color: Celery. HEX triplet: AD, BC and 43. RGB value is (173,188,67). Sum of RGB (Red+Green+Blue) = 173+188+67=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC43 is #5243BC. Grayscale: #AAAAAA. Windows color (decimal): -5391293 or 4439213. OLE color: 4439213.
HSL color Cylindrical-coordinate representation of color #ADBC43: hue angle of 67.44º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADBC43 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 67 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.26 |
| HSL | 67.44º | 0.47% | 0.5% | - |
| HSV(B) | 67.44º | 0.64% | 0.74% | - |
| XYZ | 36.23 | 45.26 | 12.14 | - |
| YUV | 169.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 67 | 0.08 | 0 | 0.64 | 0.26 | 67.44 | 0.47 | 0.5 |
| Hex | AD | BC | 43 | 8 | 0 | 40 | 1A | 43 | 2F | 32 |
| Octal | 255 | 274 | 103 | 10 | 0 | 100 | 32 | 103 | 57 | 62 |
| Binary | 10101101 | 10111100 | 1000011 | 1000 | 0 | 1000000 | 11010 | 1000011 | 101111 | 110010 |
Color Harmonies of #ADBC43
Complementary color
Monochromatic Colors of #ADBC43
Black with #ADBC43
Text Example
Text Example
White with #ADBC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC43; }
p { color: rgb(173,188,67); }
H1.HeaderClassName
{
color: #ADBC43;
}
.AnyTagClassName
{
color: #ADBC43;
}
</style>
background-color css
<style>
a { background-color: #ADBC43; }
a { background-color: rgb(173,188,67); }
div.DivClassName
{
background-color: #ADBC43;
}
.BgClassName
{
background-color: #ADBC43;
}
</style>
border-color css
<style>
span { border-color: #ADBC43; }
span { border-color: rgb(173,188,67); }
td.TdClassName
{
border-color: #ADBC43;
}
.TagClassName
{
border-color: #ADBC43;
}
</style>