Shades of Celery #ADB14A
Tints of Celery #ADB14A
RGB
CMYK
RGB Variations
Color information
#ADB14A (or 0xADB14A) is known color: Celery. HEX triplet: AD, B1 and 4A. RGB value is (173,177,74). Sum of RGB (Red+Green+Blue) = 173+177+74=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB14A is #524EB5. Grayscale: #A4A4A4. Windows color (decimal): -5394102 or 4895149. OLE color: 4895149.
HSL color Cylindrical-coordinate representation of color #ADB14A: hue angle of 62.33º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADB14A is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 74 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.31 |
| HSL | 62.33º | 0.41% | 0.49% | - |
| HSV(B) | 62.33º | 0.58% | 0.69% | - |
| XYZ | 34.19 | 40.82 | 12.56 | - |
| YUV | 164.06 | 77.17 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 74 | 0.02 | 0 | 0.58 | 0.31 | 62.33 | 0.41 | 0.49 |
| Hex | AD | B1 | 4A | 2 | 0 | 3A | 1F | 3E | 29 | 31 |
| Octal | 255 | 261 | 112 | 2 | 0 | 72 | 37 | 76 | 51 | 61 |
| Binary | 10101101 | 10110001 | 1001010 | 10 | 0 | 111010 | 11111 | 111110 | 101001 | 110001 |
Color Harmonies of #ADB14A
Complementary color
Monochromatic Colors of #ADB14A
Black with #ADB14A
Text Example
Text Example
White with #ADB14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB14A; }
p { color: rgb(173,177,74); }
H1.HeaderClassName
{
color: #ADB14A;
}
.AnyTagClassName
{
color: #ADB14A;
}
</style>
background-color css
<style>
a { background-color: #ADB14A; }
a { background-color: rgb(173,177,74); }
div.DivClassName
{
background-color: #ADB14A;
}
.BgClassName
{
background-color: #ADB14A;
}
</style>
border-color css
<style>
span { border-color: #ADB14A; }
span { border-color: rgb(173,177,74); }
td.TdClassName
{
border-color: #ADB14A;
}
.TagClassName
{
border-color: #ADB14A;
}
</style>