Shades of Celery #ADB54B
Tints of Celery #ADB54B
RGB
CMYK
RGB Variations
Color information
#ADB54B (or 0xADB54B) is known color: Celery. HEX triplet: AD, B5 and 4B. RGB value is (173,181,75). Sum of RGB (Red+Green+Blue) = 173+181+75=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB54B is #524AB4. Grayscale: #A6A6A6. Windows color (decimal): -5393077 or 4961709. OLE color: 4961709.
HSL color Cylindrical-coordinate representation of color #ADB54B: hue angle of 64.53º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADB54B is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 75 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.29 |
| HSL | 64.53º | 0.42% | 0.5% | - |
| HSV(B) | 64.53º | 0.59% | 0.71% | - |
| XYZ | 35.03 | 42.44 | 13 | - |
| YUV | 166.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 75 | 0.04 | 0 | 0.59 | 0.29 | 64.53 | 0.42 | 0.5 |
| Hex | AD | B5 | 4B | 4 | 0 | 3B | 1D | 41 | 2A | 32 |
| Octal | 255 | 265 | 113 | 4 | 0 | 73 | 35 | 101 | 52 | 62 |
| Binary | 10101101 | 10110101 | 1001011 | 100 | 0 | 111011 | 11101 | 1000001 | 101010 | 110010 |
Color Harmonies of #ADB54B
Complementary color
Monochromatic Colors of #ADB54B
Black with #ADB54B
Text Example
Text Example
White with #ADB54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB54B; }
p { color: rgb(173,181,75); }
H1.HeaderClassName
{
color: #ADB54B;
}
.AnyTagClassName
{
color: #ADB54B;
}
</style>
background-color css
<style>
a { background-color: #ADB54B; }
a { background-color: rgb(173,181,75); }
div.DivClassName
{
background-color: #ADB54B;
}
.BgClassName
{
background-color: #ADB54B;
}
</style>
border-color css
<style>
span { border-color: #ADB54B; }
span { border-color: rgb(173,181,75); }
td.TdClassName
{
border-color: #ADB54B;
}
.TagClassName
{
border-color: #ADB54B;
}
</style>