Shades of Celery #ADB442
Tints of Celery #ADB442
RGB
CMYK
RGB Variations
Color information
#ADB442 (or 0xADB442) is known color: Celery. HEX triplet: AD, B4 and 42. RGB value is (173,180,66). Sum of RGB (Red+Green+Blue) = 173+180+66=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB442 is #524BBD. Grayscale: #A5A5A5. Windows color (decimal): -5393342 or 4371629. OLE color: 4371629.
HSL color Cylindrical-coordinate representation of color #ADB442: hue angle of 63.68º 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 #ADB442 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 66 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.29 |
| HSL | 63.68º | 0.46% | 0.48% | - |
| HSV(B) | 63.68º | 0.63% | 0.71% | - |
| XYZ | 34.54 | 41.92 | 11.43 | - |
| YUV | 164.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 66 | 0.04 | 0 | 0.63 | 0.29 | 63.68 | 0.46 | 0.48 |
| Hex | AD | B4 | 42 | 4 | 0 | 3F | 1D | 40 | 2E | 30 |
| Octal | 255 | 264 | 102 | 4 | 0 | 77 | 35 | 100 | 56 | 60 |
| Binary | 10101101 | 10110100 | 1000010 | 100 | 0 | 111111 | 11101 | 1000000 | 101110 | 110000 |
Color Harmonies of #ADB442
Complementary color
Monochromatic Colors of #ADB442
Black with #ADB442
Text Example
Text Example
White with #ADB442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB442; }
p { color: rgb(173,180,66); }
H1.HeaderClassName
{
color: #ADB442;
}
.AnyTagClassName
{
color: #ADB442;
}
</style>
background-color css
<style>
a { background-color: #ADB442; }
a { background-color: rgb(173,180,66); }
div.DivClassName
{
background-color: #ADB442;
}
.BgClassName
{
background-color: #ADB442;
}
</style>
border-color css
<style>
span { border-color: #ADB442; }
span { border-color: rgb(173,180,66); }
td.TdClassName
{
border-color: #ADB442;
}
.TagClassName
{
border-color: #ADB442;
}
</style>