Shades of Celery #ADB54F
Tints of Celery #ADB54F
RGB
CMYK
RGB Variations
Color information
#ADB54F (or 0xADB54F) is known color: Celery. HEX triplet: AD, B5 and 4F. RGB value is (173,181,79). Sum of RGB (Red+Green+Blue) = 173+181+79=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB54F is #524AB0. Grayscale: #A7A7A7. Windows color (decimal): -5393073 or 5223853. OLE color: 5223853.
HSL color Cylindrical-coordinate representation of color #ADB54F: hue angle of 64.71º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADB54F is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 79 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.29 |
| HSL | 64.71º | 0.41% | 0.51% | - |
| HSV(B) | 64.71º | 0.56% | 0.71% | - |
| XYZ | 35.17 | 42.5 | 13.75 | - |
| YUV | 166.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 79 | 0.04 | 0 | 0.56 | 0.29 | 64.71 | 0.41 | 0.51 |
| Hex | AD | B5 | 4F | 4 | 0 | 38 | 1D | 41 | 29 | 33 |
| Octal | 255 | 265 | 117 | 4 | 0 | 70 | 35 | 101 | 51 | 63 |
| Binary | 10101101 | 10110101 | 1001111 | 100 | 0 | 111000 | 11101 | 1000001 | 101001 | 110011 |
Color Harmonies of #ADB54F
Complementary color
Monochromatic Colors of #ADB54F
Black with #ADB54F
Text Example
Text Example
White with #ADB54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB54F; }
p { color: rgb(173,181,79); }
H1.HeaderClassName
{
color: #ADB54F;
}
.AnyTagClassName
{
color: #ADB54F;
}
</style>
background-color css
<style>
a { background-color: #ADB54F; }
a { background-color: rgb(173,181,79); }
div.DivClassName
{
background-color: #ADB54F;
}
.BgClassName
{
background-color: #ADB54F;
}
</style>
border-color css
<style>
span { border-color: #ADB54F; }
span { border-color: rgb(173,181,79); }
td.TdClassName
{
border-color: #ADB54F;
}
.TagClassName
{
border-color: #ADB54F;
}
</style>