Shades of Celery #ADB443
Tints of Celery #ADB443
RGB
CMYK
RGB Variations
Color information
#ADB443 (or 0xADB443) is known color: Celery. HEX triplet: AD, B4 and 43. RGB value is (173,180,67). Sum of RGB (Red+Green+Blue) = 173+180+67=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB443 is #524BBC. Grayscale: #A5A5A5. Windows color (decimal): -5393341 or 4437165. OLE color: 4437165.
HSL color Cylindrical-coordinate representation of color #ADB443: hue angle of 63.72º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADB443 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 67 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.29 |
| HSL | 63.72º | 0.46% | 0.48% | - |
| HSV(B) | 63.72º | 0.63% | 0.71% | - |
| XYZ | 34.57 | 41.93 | 11.58 | - |
| YUV | 165.03 | 72.68 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 67 | 0.04 | 0 | 0.63 | 0.29 | 63.72 | 0.46 | 0.48 |
| Hex | AD | B4 | 43 | 4 | 0 | 3F | 1D | 40 | 2E | 30 |
| Octal | 255 | 264 | 103 | 4 | 0 | 77 | 35 | 100 | 56 | 60 |
| Binary | 10101101 | 10110100 | 1000011 | 100 | 0 | 111111 | 11101 | 1000000 | 101110 | 110000 |
Color Harmonies of #ADB443
Complementary color
Monochromatic Colors of #ADB443
Black with #ADB443
Text Example
Text Example
White with #ADB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB443; }
p { color: rgb(173,180,67); }
H1.HeaderClassName
{
color: #ADB443;
}
.AnyTagClassName
{
color: #ADB443;
}
</style>
background-color css
<style>
a { background-color: #ADB443; }
a { background-color: rgb(173,180,67); }
div.DivClassName
{
background-color: #ADB443;
}
.BgClassName
{
background-color: #ADB443;
}
</style>
border-color css
<style>
span { border-color: #ADB443; }
span { border-color: rgb(173,180,67); }
td.TdClassName
{
border-color: #ADB443;
}
.TagClassName
{
border-color: #ADB443;
}
</style>