Shades of Celery #ADBF44
Tints of Celery #ADBF44
RGB
CMYK
RGB Variations
Color information
#ADBF44 (or 0xADBF44) is known color: Celery. HEX triplet: AD, BF and 44. RGB value is (173,191,68). Sum of RGB (Red+Green+Blue) = 173+191+68=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBF44 is #5240BB. Grayscale: #ACACAC. Windows color (decimal): -5390524 or 4505517. OLE color: 4505517.
HSL color Cylindrical-coordinate representation of color #ADBF44: hue angle of 68.78º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADBF44 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 191 | 68 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.25 |
| HSL | 68.78º | 0.49% | 0.51% | - |
| HSV(B) | 68.78º | 0.64% | 0.75% | - |
| XYZ | 36.91 | 46.56 | 12.51 | - |
| YUV | 171.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 68 | 0.09 | 0 | 0.64 | 0.25 | 68.78 | 0.49 | 0.51 |
| Hex | AD | BF | 44 | 9 | 0 | 40 | 19 | 45 | 31 | 33 |
| Octal | 255 | 277 | 104 | 11 | 0 | 100 | 31 | 105 | 61 | 63 |
| Binary | 10101101 | 10111111 | 1000100 | 1001 | 0 | 1000000 | 11001 | 1000101 | 110001 | 110011 |
Color Harmonies of #ADBF44
Complementary color
Monochromatic Colors of #ADBF44
Black with #ADBF44
Text Example
Text Example
White with #ADBF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBF44; }
p { color: rgb(173,191,68); }
H1.HeaderClassName
{
color: #ADBF44;
}
.AnyTagClassName
{
color: #ADBF44;
}
</style>
background-color css
<style>
a { background-color: #ADBF44; }
a { background-color: rgb(173,191,68); }
div.DivClassName
{
background-color: #ADBF44;
}
.BgClassName
{
background-color: #ADBF44;
}
</style>
border-color css
<style>
span { border-color: #ADBF44; }
span { border-color: rgb(173,191,68); }
td.TdClassName
{
border-color: #ADBF44;
}
.TagClassName
{
border-color: #ADBF44;
}
</style>