Shades of Celery #ADBB46
Tints of Celery #ADBB46
RGB
CMYK
RGB Variations
Color information
#ADBB46 (or 0xADBB46) is known color: Celery. HEX triplet: AD, BB and 46. RGB value is (173,187,70). Sum of RGB (Red+Green+Blue) = 173+187+70=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB46 is #5244B9. Grayscale: #A9A9A9. Windows color (decimal): -5391546 or 4635565. OLE color: 4635565.
HSL color Cylindrical-coordinate representation of color #ADBB46: hue angle of 67.18º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADBB46 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 70 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.27 |
| HSL | 67.18º | 0.46% | 0.5% | - |
| HSV(B) | 67.18º | 0.63% | 0.73% | - |
| XYZ | 36.11 | 44.87 | 12.55 | - |
| YUV | 169.48 | 71.86 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 70 | 0.07 | 0 | 0.63 | 0.27 | 67.18 | 0.46 | 0.5 |
| Hex | AD | BB | 46 | 7 | 0 | 3F | 1B | 43 | 2E | 32 |
| Octal | 255 | 273 | 106 | 7 | 0 | 77 | 33 | 103 | 56 | 62 |
| Binary | 10101101 | 10111011 | 1000110 | 111 | 0 | 111111 | 11011 | 1000011 | 101110 | 110010 |
Color Harmonies of #ADBB46
Complementary color
Monochromatic Colors of #ADBB46
Black with #ADBB46
Text Example
Text Example
White with #ADBB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB46; }
p { color: rgb(173,187,70); }
H1.HeaderClassName
{
color: #ADBB46;
}
.AnyTagClassName
{
color: #ADBB46;
}
</style>
background-color css
<style>
a { background-color: #ADBB46; }
a { background-color: rgb(173,187,70); }
div.DivClassName
{
background-color: #ADBB46;
}
.BgClassName
{
background-color: #ADBB46;
}
</style>
border-color css
<style>
span { border-color: #ADBB46; }
span { border-color: rgb(173,187,70); }
td.TdClassName
{
border-color: #ADBB46;
}
.TagClassName
{
border-color: #ADBB46;
}
</style>