Shades of Celery #ADBA39
Tints of Celery #ADBA39
RGB
CMYK
RGB Variations
Color information
#ADBA39 (or 0xADBA39) is known color: Celery. HEX triplet: AD, BA and 39. RGB value is (173,186,57). Sum of RGB (Red+Green+Blue) = 173+186+57=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA39 is #5245C6. Grayscale: #A7A7A7. Windows color (decimal): -5391815 or 3783341. OLE color: 3783341.
HSL color Cylindrical-coordinate representation of color #ADBA39: hue angle of 66.05º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADBA39 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 57 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.27 |
| HSL | 66.05º | 0.53% | 0.48% | - |
| HSV(B) | 66.05º | 0.69% | 0.73% | - |
| XYZ | 35.53 | 44.3 | 10.55 | - |
| YUV | 167.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 57 | 0.07 | 0 | 0.69 | 0.27 | 66.05 | 0.53 | 0.48 |
| Hex | AD | BA | 39 | 7 | 0 | 45 | 1B | 42 | 35 | 30 |
| Octal | 255 | 272 | 71 | 7 | 0 | 105 | 33 | 102 | 65 | 60 |
| Binary | 10101101 | 10111010 | 111001 | 111 | 0 | 1000101 | 11011 | 1000010 | 110101 | 110000 |
Color Harmonies of #ADBA39
Complementary color
Monochromatic Colors of #ADBA39
Black with #ADBA39
Text Example
Text Example
White with #ADBA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA39; }
p { color: rgb(173,186,57); }
H1.HeaderClassName
{
color: #ADBA39;
}
.AnyTagClassName
{
color: #ADBA39;
}
</style>
background-color css
<style>
a { background-color: #ADBA39; }
a { background-color: rgb(173,186,57); }
div.DivClassName
{
background-color: #ADBA39;
}
.BgClassName
{
background-color: #ADBA39;
}
</style>
border-color css
<style>
span { border-color: #ADBA39; }
span { border-color: rgb(173,186,57); }
td.TdClassName
{
border-color: #ADBA39;
}
.TagClassName
{
border-color: #ADBA39;
}
</style>