Shades of Celery #ADB144
Tints of Celery #ADB144
RGB
CMYK
RGB Variations
Color information
#ADB144 (or 0xADB144) is known color: Celery. HEX triplet: AD, B1 and 44. RGB value is (173,177,68). Sum of RGB (Red+Green+Blue) = 173+177+68=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB144 is #524EBB. Grayscale: #A3A3A3. Windows color (decimal): -5394108 or 4501933. OLE color: 4501933.
HSL color Cylindrical-coordinate representation of color #ADB144: hue angle of 62.2º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADB144 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 68 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.31 |
| HSL | 62.2º | 0.44% | 0.48% | - |
| HSV(B) | 62.2º | 0.62% | 0.69% | - |
| XYZ | 34 | 40.75 | 11.54 | - |
| YUV | 163.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 68 | 0.02 | 0 | 0.62 | 0.31 | 62.2 | 0.44 | 0.48 |
| Hex | AD | B1 | 44 | 2 | 0 | 3E | 1F | 3E | 2C | 30 |
| Octal | 255 | 261 | 104 | 2 | 0 | 76 | 37 | 76 | 54 | 60 |
| Binary | 10101101 | 10110001 | 1000100 | 10 | 0 | 111110 | 11111 | 111110 | 101100 | 110000 |
Color Harmonies of #ADB144
Complementary color
Monochromatic Colors of #ADB144
Black with #ADB144
Text Example
Text Example
White with #ADB144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB144; }
p { color: rgb(173,177,68); }
H1.HeaderClassName
{
color: #ADB144;
}
.AnyTagClassName
{
color: #ADB144;
}
</style>
background-color css
<style>
a { background-color: #ADB144; }
a { background-color: rgb(173,177,68); }
div.DivClassName
{
background-color: #ADB144;
}
.BgClassName
{
background-color: #ADB144;
}
</style>
border-color css
<style>
span { border-color: #ADB144; }
span { border-color: rgb(173,177,68); }
td.TdClassName
{
border-color: #ADB144;
}
.TagClassName
{
border-color: #ADB144;
}
</style>