Shades of Celery #ADB246
Tints of Celery #ADB246
RGB
CMYK
RGB Variations
Color information
#ADB246 (or 0xADB246) is known color: Celery. HEX triplet: AD, B2 and 46. RGB value is (173,178,70). Sum of RGB (Red+Green+Blue) = 173+178+70=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB246 is #524DB9. Grayscale: #A4A4A4. Windows color (decimal): -5393850 or 4633261. OLE color: 4633261.
HSL color Cylindrical-coordinate representation of color #ADB246: hue angle of 62.78º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADB246 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 70 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.30 |
| HSL | 62.78º | 0.44% | 0.49% | - |
| HSV(B) | 62.78º | 0.61% | 0.7% | - |
| XYZ | 34.26 | 41.17 | 11.93 | - |
| YUV | 164.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 70 | 0.03 | 0 | 0.61 | 0.30 | 62.78 | 0.44 | 0.49 |
| Hex | AD | B2 | 46 | 3 | 0 | 3D | 1E | 3F | 2C | 31 |
| Octal | 255 | 262 | 106 | 3 | 0 | 75 | 36 | 77 | 54 | 61 |
| Binary | 10101101 | 10110010 | 1000110 | 11 | 0 | 111101 | 11110 | 111111 | 101100 | 110001 |
Color Harmonies of #ADB246
Complementary color
Monochromatic Colors of #ADB246
Black with #ADB246
Text Example
Text Example
White with #ADB246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB246; }
p { color: rgb(173,178,70); }
H1.HeaderClassName
{
color: #ADB246;
}
.AnyTagClassName
{
color: #ADB246;
}
</style>
background-color css
<style>
a { background-color: #ADB246; }
a { background-color: rgb(173,178,70); }
div.DivClassName
{
background-color: #ADB246;
}
.BgClassName
{
background-color: #ADB246;
}
</style>
border-color css
<style>
span { border-color: #ADB246; }
span { border-color: rgb(173,178,70); }
td.TdClassName
{
border-color: #ADB246;
}
.TagClassName
{
border-color: #ADB246;
}
</style>