Shades of Celery #ADBB54
Tints of Celery #ADBB54
RGB
CMYK
RGB Variations
Color information
#ADBB54 (or 0xADBB54) is known color: Celery. HEX triplet: AD, BB and 54. RGB value is (173,187,84). Sum of RGB (Red+Green+Blue) = 173+187+84=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB54 is #5244AB. Grayscale: #ABABAB. Windows color (decimal): -5391532 or 5553069. OLE color: 5553069.
HSL color Cylindrical-coordinate representation of color #ADBB54: hue angle of 68.16º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADBB54 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 84 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.27 |
| HSL | 68.16º | 0.43% | 0.53% | - |
| HSV(B) | 68.16º | 0.55% | 0.73% | - |
| XYZ | 36.6 | 45.06 | 15.16 | - |
| YUV | 171.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 84 | 0.07 | 0 | 0.55 | 0.27 | 68.16 | 0.43 | 0.53 |
| Hex | AD | BB | 54 | 7 | 0 | 37 | 1B | 44 | 2B | 35 |
| Octal | 255 | 273 | 124 | 7 | 0 | 67 | 33 | 104 | 53 | 65 |
| Binary | 10101101 | 10111011 | 1010100 | 111 | 0 | 110111 | 11011 | 1000100 | 101011 | 110101 |
Color Harmonies of #ADBB54
Complementary color
Monochromatic Colors of #ADBB54
Black with #ADBB54
Text Example
Text Example
White with #ADBB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB54; }
p { color: rgb(173,187,84); }
H1.HeaderClassName
{
color: #ADBB54;
}
.AnyTagClassName
{
color: #ADBB54;
}
</style>
background-color css
<style>
a { background-color: #ADBB54; }
a { background-color: rgb(173,187,84); }
div.DivClassName
{
background-color: #ADBB54;
}
.BgClassName
{
background-color: #ADBB54;
}
</style>
border-color css
<style>
span { border-color: #ADBB54; }
span { border-color: rgb(173,187,84); }
td.TdClassName
{
border-color: #ADBB54;
}
.TagClassName
{
border-color: #ADBB54;
}
</style>