Shades of Celery #ADB244
Tints of Celery #ADB244
RGB
CMYK
RGB Variations
Color information
#ADB244 (or 0xADB244) is known color: Celery. HEX triplet: AD, B2 and 44. RGB value is (173,178,68). Sum of RGB (Red+Green+Blue) = 173+178+68=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB244 is #524DBB. Grayscale: #A4A4A4. Windows color (decimal): -5393852 or 4502189. OLE color: 4502189.
HSL color Cylindrical-coordinate representation of color #ADB244: hue angle of 62.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADB244 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 68 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.30 |
| HSL | 62.73º | 0.45% | 0.48% | - |
| HSV(B) | 62.73º | 0.62% | 0.7% | - |
| XYZ | 34.2 | 41.14 | 11.61 | - |
| YUV | 163.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 68 | 0.03 | 0 | 0.62 | 0.30 | 62.73 | 0.45 | 0.48 |
| Hex | AD | B2 | 44 | 3 | 0 | 3E | 1E | 3F | 2D | 30 |
| Octal | 255 | 262 | 104 | 3 | 0 | 76 | 36 | 77 | 55 | 60 |
| Binary | 10101101 | 10110010 | 1000100 | 11 | 0 | 111110 | 11110 | 111111 | 101101 | 110000 |
Color Harmonies of #ADB244
Complementary color
Monochromatic Colors of #ADB244
Black with #ADB244
Text Example
Text Example
White with #ADB244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB244; }
p { color: rgb(173,178,68); }
H1.HeaderClassName
{
color: #ADB244;
}
.AnyTagClassName
{
color: #ADB244;
}
</style>
background-color css
<style>
a { background-color: #ADB244; }
a { background-color: rgb(173,178,68); }
div.DivClassName
{
background-color: #ADB244;
}
.BgClassName
{
background-color: #ADB244;
}
</style>
border-color css
<style>
span { border-color: #ADB244; }
span { border-color: rgb(173,178,68); }
td.TdClassName
{
border-color: #ADB244;
}
.TagClassName
{
border-color: #ADB244;
}
</style>