Shades of Celery #ADB34E
Tints of Celery #ADB34E
RGB
CMYK
RGB Variations
Color information
#ADB34E (or 0xADB34E) is known color: Celery. HEX triplet: AD, B3 and 4E. RGB value is (173,179,78). Sum of RGB (Red+Green+Blue) = 173+179+78=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB34E is #524CB1. Grayscale: #A6A6A6. Windows color (decimal): -5393586 or 5157805. OLE color: 5157805.
HSL color Cylindrical-coordinate representation of color #ADB34E: hue angle of 63.56º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADB34E is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 78 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.30 |
| HSL | 63.56º | 0.4% | 0.5% | - |
| HSV(B) | 63.56º | 0.56% | 0.7% | - |
| XYZ | 34.73 | 41.67 | 13.42 | - |
| YUV | 165.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 78 | 0.03 | 0 | 0.56 | 0.30 | 63.56 | 0.4 | 0.5 |
| Hex | AD | B3 | 4E | 3 | 0 | 38 | 1E | 40 | 28 | 32 |
| Octal | 255 | 263 | 116 | 3 | 0 | 70 | 36 | 100 | 50 | 62 |
| Binary | 10101101 | 10110011 | 1001110 | 11 | 0 | 111000 | 11110 | 1000000 | 101000 | 110010 |
Color Harmonies of #ADB34E
Complementary color
Monochromatic Colors of #ADB34E
Black with #ADB34E
Text Example
Text Example
White with #ADB34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB34E; }
p { color: rgb(173,179,78); }
H1.HeaderClassName
{
color: #ADB34E;
}
.AnyTagClassName
{
color: #ADB34E;
}
</style>
background-color css
<style>
a { background-color: #ADB34E; }
a { background-color: rgb(173,179,78); }
div.DivClassName
{
background-color: #ADB34E;
}
.BgClassName
{
background-color: #ADB34E;
}
</style>
border-color css
<style>
span { border-color: #ADB34E; }
span { border-color: rgb(173,179,78); }
td.TdClassName
{
border-color: #ADB34E;
}
.TagClassName
{
border-color: #ADB34E;
}
</style>