Shades of Celery #ADBA3B
Tints of Celery #ADBA3B
RGB
CMYK
RGB Variations
Color information
#ADBA3B (or 0xADBA3B) is known color: Celery. HEX triplet: AD, BA and 3B. RGB value is (173,186,59). Sum of RGB (Red+Green+Blue) = 173+186+59=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA3B is #5245C4. Grayscale: #A8A8A8. Windows color (decimal): -5391813 or 3914413. OLE color: 3914413.
HSL color Cylindrical-coordinate representation of color #ADBA3B: hue angle of 66.14º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADBA3B is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 59 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.27 |
| HSL | 66.14º | 0.52% | 0.48% | - |
| HSV(B) | 66.14º | 0.68% | 0.73% | - |
| XYZ | 35.58 | 44.32 | 10.82 | - |
| YUV | 167.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 59 | 0.07 | 0 | 0.68 | 0.27 | 66.14 | 0.52 | 0.48 |
| Hex | AD | BA | 3B | 7 | 0 | 44 | 1B | 42 | 34 | 30 |
| Octal | 255 | 272 | 73 | 7 | 0 | 104 | 33 | 102 | 64 | 60 |
| Binary | 10101101 | 10111010 | 111011 | 111 | 0 | 1000100 | 11011 | 1000010 | 110100 | 110000 |
Color Harmonies of #ADBA3B
Complementary color
Monochromatic Colors of #ADBA3B
Black with #ADBA3B
Text Example
Text Example
White with #ADBA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA3B; }
p { color: rgb(173,186,59); }
H1.HeaderClassName
{
color: #ADBA3B;
}
.AnyTagClassName
{
color: #ADBA3B;
}
</style>
background-color css
<style>
a { background-color: #ADBA3B; }
a { background-color: rgb(173,186,59); }
div.DivClassName
{
background-color: #ADBA3B;
}
.BgClassName
{
background-color: #ADBA3B;
}
</style>
border-color css
<style>
span { border-color: #ADBA3B; }
span { border-color: rgb(173,186,59); }
td.TdClassName
{
border-color: #ADBA3B;
}
.TagClassName
{
border-color: #ADBA3B;
}
</style>