Shades of Celery #ADBA58
Tints of Celery #ADBA58
RGB
CMYK
RGB Variations
Color information
#ADBA58 (or 0xADBA58) is known color: Celery. HEX triplet: AD, BA and 58. RGB value is (173,186,88). Sum of RGB (Red+Green+Blue) = 173+186+88=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA58 is #5245A7. Grayscale: #ABABAB. Windows color (decimal): -5391784 or 5814957. OLE color: 5814957.
HSL color Cylindrical-coordinate representation of color #ADBA58: hue angle of 67.96º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADBA58 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 88 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.27 |
| HSL | 67.96º | 0.42% | 0.54% | - |
| HSV(B) | 67.96º | 0.53% | 0.73% | - |
| XYZ | 36.55 | 44.71 | 15.94 | - |
| YUV | 170.94 | 81.19 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 88 | 0.07 | 0 | 0.53 | 0.27 | 67.96 | 0.42 | 0.54 |
| Hex | AD | BA | 58 | 7 | 0 | 35 | 1B | 44 | 2A | 36 |
| Octal | 255 | 272 | 130 | 7 | 0 | 65 | 33 | 104 | 52 | 66 |
| Binary | 10101101 | 10111010 | 1011000 | 111 | 0 | 110101 | 11011 | 1000100 | 101010 | 110110 |
Color Harmonies of #ADBA58
Complementary color
Monochromatic Colors of #ADBA58
Black with #ADBA58
Text Example
Text Example
White with #ADBA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA58; }
p { color: rgb(173,186,88); }
H1.HeaderClassName
{
color: #ADBA58;
}
.AnyTagClassName
{
color: #ADBA58;
}
</style>
background-color css
<style>
a { background-color: #ADBA58; }
a { background-color: rgb(173,186,88); }
div.DivClassName
{
background-color: #ADBA58;
}
.BgClassName
{
background-color: #ADBA58;
}
</style>
border-color css
<style>
span { border-color: #ADBA58; }
span { border-color: rgb(173,186,88); }
td.TdClassName
{
border-color: #ADBA58;
}
.TagClassName
{
border-color: #ADBA58;
}
</style>