Shades of Celery #ADBB3A
Tints of Celery #ADBB3A
RGB
CMYK
RGB Variations
Color information
#ADBB3A (or 0xADBB3A) is known color: Celery. HEX triplet: AD, BB and 3A. RGB value is (173,187,58). Sum of RGB (Red+Green+Blue) = 173+187+58=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB3A is #5244C5. Grayscale: #A8A8A8. Windows color (decimal): -5391558 or 3849133. OLE color: 3849133.
HSL color Cylindrical-coordinate representation of color #ADBB3A: hue angle of 66.51º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADBB3A is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 58 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.27 |
| HSL | 66.51º | 0.53% | 0.48% | - |
| HSV(B) | 66.51º | 0.69% | 0.73% | - |
| XYZ | 35.77 | 44.73 | 10.75 | - |
| YUV | 168.11 | 65.86 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 58 | 0.07 | 0 | 0.69 | 0.27 | 66.51 | 0.53 | 0.48 |
| Hex | AD | BB | 3A | 7 | 0 | 45 | 1B | 43 | 35 | 30 |
| Octal | 255 | 273 | 72 | 7 | 0 | 105 | 33 | 103 | 65 | 60 |
| Binary | 10101101 | 10111011 | 111010 | 111 | 0 | 1000101 | 11011 | 1000011 | 110101 | 110000 |
Color Harmonies of #ADBB3A
Complementary color
Monochromatic Colors of #ADBB3A
Black with #ADBB3A
Text Example
Text Example
White with #ADBB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB3A; }
p { color: rgb(173,187,58); }
H1.HeaderClassName
{
color: #ADBB3A;
}
.AnyTagClassName
{
color: #ADBB3A;
}
</style>
background-color css
<style>
a { background-color: #ADBB3A; }
a { background-color: rgb(173,187,58); }
div.DivClassName
{
background-color: #ADBB3A;
}
.BgClassName
{
background-color: #ADBB3A;
}
</style>
border-color css
<style>
span { border-color: #ADBB3A; }
span { border-color: rgb(173,187,58); }
td.TdClassName
{
border-color: #ADBB3A;
}
.TagClassName
{
border-color: #ADBB3A;
}
</style>