Shades of Celery #ADB14D
Tints of Celery #ADB14D
RGB
CMYK
RGB Variations
Color information
#ADB14D (or 0xADB14D) is known color: Celery. HEX triplet: AD, B1 and 4D. RGB value is (173,177,77). Sum of RGB (Red+Green+Blue) = 173+177+77=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB14D is #524EB2. Grayscale: #A4A4A4. Windows color (decimal): -5394099 or 5091757. OLE color: 5091757.
HSL color Cylindrical-coordinate representation of color #ADB14D: hue angle of 62.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADB14D is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 77 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.31 |
| HSL | 62.4º | 0.39% | 0.5% | - |
| HSV(B) | 62.4º | 0.56% | 0.69% | - |
| XYZ | 34.3 | 40.86 | 13.1 | - |
| YUV | 164.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 77 | 0.02 | 0 | 0.56 | 0.31 | 62.4 | 0.39 | 0.5 |
| Hex | AD | B1 | 4D | 2 | 0 | 38 | 1F | 3E | 27 | 32 |
| Octal | 255 | 261 | 115 | 2 | 0 | 70 | 37 | 76 | 47 | 62 |
| Binary | 10101101 | 10110001 | 1001101 | 10 | 0 | 111000 | 11111 | 111110 | 100111 | 110010 |
Color Harmonies of #ADB14D
Complementary color
Monochromatic Colors of #ADB14D
Black with #ADB14D
Text Example
Text Example
White with #ADB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB14D; }
p { color: rgb(173,177,77); }
H1.HeaderClassName
{
color: #ADB14D;
}
.AnyTagClassName
{
color: #ADB14D;
}
</style>
background-color css
<style>
a { background-color: #ADB14D; }
a { background-color: rgb(173,177,77); }
div.DivClassName
{
background-color: #ADB14D;
}
.BgClassName
{
background-color: #ADB14D;
}
</style>
border-color css
<style>
span { border-color: #ADB14D; }
span { border-color: rgb(173,177,77); }
td.TdClassName
{
border-color: #ADB14D;
}
.TagClassName
{
border-color: #ADB14D;
}
</style>