Shades of Celery #ADBD3C
Tints of Celery #ADBD3C
RGB
CMYK
RGB Variations
Color information
#ADBD3C (or 0xADBD3C) is known color: Celery. HEX triplet: AD, BD and 3C. RGB value is (173,189,60). Sum of RGB (Red+Green+Blue) = 173+189+60=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD3C is #5242C3. Grayscale: #AAAAAA. Windows color (decimal): -5391044 or 3980717. OLE color: 3980717.
HSL color Cylindrical-coordinate representation of color #ADBD3C: hue angle of 67.44º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADBD3C is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 60 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.26 |
| HSL | 67.44º | 0.52% | 0.49% | - |
| HSV(B) | 67.44º | 0.68% | 0.74% | - |
| XYZ | 36.25 | 45.61 | 11.17 | - |
| YUV | 169.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 60 | 0.08 | 0 | 0.68 | 0.26 | 67.44 | 0.52 | 0.49 |
| Hex | AD | BD | 3C | 8 | 0 | 44 | 1A | 43 | 34 | 31 |
| Octal | 255 | 275 | 74 | 10 | 0 | 104 | 32 | 103 | 64 | 61 |
| Binary | 10101101 | 10111101 | 111100 | 1000 | 0 | 1000100 | 11010 | 1000011 | 110100 | 110001 |
Color Harmonies of #ADBD3C
Complementary color
Monochromatic Colors of #ADBD3C
Black with #ADBD3C
Text Example
Text Example
White with #ADBD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD3C; }
p { color: rgb(173,189,60); }
H1.HeaderClassName
{
color: #ADBD3C;
}
.AnyTagClassName
{
color: #ADBD3C;
}
</style>
background-color css
<style>
a { background-color: #ADBD3C; }
a { background-color: rgb(173,189,60); }
div.DivClassName
{
background-color: #ADBD3C;
}
.BgClassName
{
background-color: #ADBD3C;
}
</style>
border-color css
<style>
span { border-color: #ADBD3C; }
span { border-color: rgb(173,189,60); }
td.TdClassName
{
border-color: #ADBD3C;
}
.TagClassName
{
border-color: #ADBD3C;
}
</style>