Shades of Celery #ADB451
Tints of Celery #ADB451
RGB
CMYK
RGB Variations
Color information
#ADB451 (or 0xADB451) is known color: Celery. HEX triplet: AD, B4 and 51. RGB value is (173,180,81). Sum of RGB (Red+Green+Blue) = 173+180+81=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB451 is #524BAE. Grayscale: #A7A7A7. Windows color (decimal): -5393327 or 5354669. OLE color: 5354669.
HSL color Cylindrical-coordinate representation of color #ADB451: hue angle of 64.24º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADB451 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 81 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.29 |
| HSL | 64.24º | 0.4% | 0.51% | - |
| HSV(B) | 64.24º | 0.55% | 0.71% | - |
| XYZ | 35.04 | 42.12 | 14.07 | - |
| YUV | 166.62 | 79.68 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 81 | 0.04 | 0 | 0.55 | 0.29 | 64.24 | 0.4 | 0.51 |
| Hex | AD | B4 | 51 | 4 | 0 | 37 | 1D | 40 | 28 | 33 |
| Octal | 255 | 264 | 121 | 4 | 0 | 67 | 35 | 100 | 50 | 63 |
| Binary | 10101101 | 10110100 | 1010001 | 100 | 0 | 110111 | 11101 | 1000000 | 101000 | 110011 |
Color Harmonies of #ADB451
Complementary color
Monochromatic Colors of #ADB451
Black with #ADB451
Text Example
Text Example
White with #ADB451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB451; }
p { color: rgb(173,180,81); }
H1.HeaderClassName
{
color: #ADB451;
}
.AnyTagClassName
{
color: #ADB451;
}
</style>
background-color css
<style>
a { background-color: #ADB451; }
a { background-color: rgb(173,180,81); }
div.DivClassName
{
background-color: #ADB451;
}
.BgClassName
{
background-color: #ADB451;
}
</style>
border-color css
<style>
span { border-color: #ADB451; }
span { border-color: rgb(173,180,81); }
td.TdClassName
{
border-color: #ADB451;
}
.TagClassName
{
border-color: #ADB451;
}
</style>