Shades of Celery #ADBC45
Tints of Celery #ADBC45
RGB
CMYK
RGB Variations
Color information
#ADBC45 (or 0xADBC45) is known color: Celery. HEX triplet: AD, BC and 45. RGB value is (173,188,69). Sum of RGB (Red+Green+Blue) = 173+188+69=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC45 is #5243BA. Grayscale: #AAAAAA. Windows color (decimal): -5391291 or 4570285. OLE color: 4570285.
HSL color Cylindrical-coordinate representation of color #ADBC45: hue angle of 67.56º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADBC45 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 69 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.26 |
| HSL | 67.56º | 0.47% | 0.5% | - |
| HSV(B) | 67.56º | 0.63% | 0.74% | - |
| XYZ | 36.29 | 45.28 | 12.46 | - |
| YUV | 169.95 | 71.03 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 69 | 0.08 | 0 | 0.63 | 0.26 | 67.56 | 0.47 | 0.5 |
| Hex | AD | BC | 45 | 8 | 0 | 3F | 1A | 44 | 2F | 32 |
| Octal | 255 | 274 | 105 | 10 | 0 | 77 | 32 | 104 | 57 | 62 |
| Binary | 10101101 | 10111100 | 1000101 | 1000 | 0 | 111111 | 11010 | 1000100 | 101111 | 110010 |
Color Harmonies of #ADBC45
Complementary color
Monochromatic Colors of #ADBC45
Black with #ADBC45
Text Example
Text Example
White with #ADBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC45; }
p { color: rgb(173,188,69); }
H1.HeaderClassName
{
color: #ADBC45;
}
.AnyTagClassName
{
color: #ADBC45;
}
</style>
background-color css
<style>
a { background-color: #ADBC45; }
a { background-color: rgb(173,188,69); }
div.DivClassName
{
background-color: #ADBC45;
}
.BgClassName
{
background-color: #ADBC45;
}
</style>
border-color css
<style>
span { border-color: #ADBC45; }
span { border-color: rgb(173,188,69); }
td.TdClassName
{
border-color: #ADBC45;
}
.TagClassName
{
border-color: #ADBC45;
}
</style>