Shades of Celery #ADB245
Tints of Celery #ADB245
RGB
CMYK
RGB Variations
Color information
#ADB245 (or 0xADB245) is known color: Celery. HEX triplet: AD, B2 and 45. RGB value is (173,178,69). Sum of RGB (Red+Green+Blue) = 173+178+69=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB245 is #524DBA. Grayscale: #A4A4A4. Windows color (decimal): -5393851 or 4567725. OLE color: 4567725.
HSL color Cylindrical-coordinate representation of color #ADB245: hue angle of 62.75º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADB245 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 69 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.30 |
| HSL | 62.75º | 0.44% | 0.48% | - |
| HSV(B) | 62.75º | 0.61% | 0.7% | - |
| XYZ | 34.23 | 41.15 | 11.77 | - |
| YUV | 164.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 69 | 0.03 | 0 | 0.61 | 0.30 | 62.75 | 0.44 | 0.48 |
| Hex | AD | B2 | 45 | 3 | 0 | 3D | 1E | 3F | 2C | 30 |
| Octal | 255 | 262 | 105 | 3 | 0 | 75 | 36 | 77 | 54 | 60 |
| Binary | 10101101 | 10110010 | 1000101 | 11 | 0 | 111101 | 11110 | 111111 | 101100 | 110000 |
Color Harmonies of #ADB245
Complementary color
Monochromatic Colors of #ADB245
Black with #ADB245
Text Example
Text Example
White with #ADB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB245; }
p { color: rgb(173,178,69); }
H1.HeaderClassName
{
color: #ADB245;
}
.AnyTagClassName
{
color: #ADB245;
}
</style>
background-color css
<style>
a { background-color: #ADB245; }
a { background-color: rgb(173,178,69); }
div.DivClassName
{
background-color: #ADB245;
}
.BgClassName
{
background-color: #ADB245;
}
</style>
border-color css
<style>
span { border-color: #ADB245; }
span { border-color: rgb(173,178,69); }
td.TdClassName
{
border-color: #ADB245;
}
.TagClassName
{
border-color: #ADB245;
}
</style>