Shades of Celery #ADBB3C
Tints of Celery #ADBB3C
RGB
CMYK
RGB Variations
Color information
#ADBB3C (or 0xADBB3C) is known color: Celery. HEX triplet: AD, BB and 3C. RGB value is (173,187,60). Sum of RGB (Red+Green+Blue) = 173+187+60=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB3C is #5244C3. Grayscale: #A8A8A8. Windows color (decimal): -5391556 or 3980205. OLE color: 3980205.
HSL color Cylindrical-coordinate representation of color #ADBB3C: hue angle of 66.61º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADBB3C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 60 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.27 |
| HSL | 66.61º | 0.51% | 0.48% | - |
| HSV(B) | 66.61º | 0.68% | 0.73% | - |
| XYZ | 35.82 | 44.75 | 11.02 | - |
| YUV | 168.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 60 | 0.07 | 0 | 0.68 | 0.27 | 66.61 | 0.51 | 0.48 |
| Hex | AD | BB | 3C | 7 | 0 | 44 | 1B | 43 | 33 | 30 |
| Octal | 255 | 273 | 74 | 7 | 0 | 104 | 33 | 103 | 63 | 60 |
| Binary | 10101101 | 10111011 | 111100 | 111 | 0 | 1000100 | 11011 | 1000011 | 110011 | 110000 |
Color Harmonies of #ADBB3C
Complementary color
Monochromatic Colors of #ADBB3C
Black with #ADBB3C
Text Example
Text Example
White with #ADBB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB3C; }
p { color: rgb(173,187,60); }
H1.HeaderClassName
{
color: #ADBB3C;
}
.AnyTagClassName
{
color: #ADBB3C;
}
</style>
background-color css
<style>
a { background-color: #ADBB3C; }
a { background-color: rgb(173,187,60); }
div.DivClassName
{
background-color: #ADBB3C;
}
.BgClassName
{
background-color: #ADBB3C;
}
</style>
border-color css
<style>
span { border-color: #ADBB3C; }
span { border-color: rgb(173,187,60); }
td.TdClassName
{
border-color: #ADBB3C;
}
.TagClassName
{
border-color: #ADBB3C;
}
</style>